Click here for free DL of the app version that can save data.
No:30618 120
Prev Next
I want a game where you jump from two types of til..ALL
Developer User14897|Date and time 23/12/23 13:36:03
Build time 26.077 sec|Game capacity 5.162KB|Script


Sure! Here's a simple game implemented as a single HTML file, using JavaScript and enclosed in `` tags. The game involves jumping from two types of glass tiles, where one breaks and the other doesn't. The tiles are lined up in a straight line with 2 segments per row. The objective is to jump onto the unbreakable tiles and avoid the breakable ones. Note: The game is designed to be played on a smartphone. <br><br> <br> <style> #loadedGame { margin: 0; padding: 0; overflow: hidden; } canvas { background-color: #000; display: block } </style> <canvas id="gameCanvas"></canvas>

To play the game, save the code above as a `.html` file and open it in a web browser on your smartphone. The game will start automatically, and you can tap on the screen to make the player jump. The objective is to jump onto the green tiles (unbreakable) and avoid the red tiles (breakable). Your score will increase as you successfully navigate the tiles. If you collide with a breakable tile, the game will end, and your score will be displayed. You can then restart the game by dismissing the game over alert.

Prev Next   Back  0  0 Menu 

[PR]現在の新着人気ランキング

Click here for free DL of the app version that can save data.

(C)2023 HisashiApp