Back to Coding

Coding

Geometry Dash on Scratch

2026-07-10

Built a Scratch game inspired by Geometry Dash, using clones for moving levels and black-object collision rules.

What I built

In this Scratch game, I used clones to create the moving levels and deleted them after they passed the player. This made the game look like the player was moving forward, similar to Geometry Dash.

I also added a rule that ends the game when the player touches a black spike or any black-colored object.

You can play the game on Scratch: [Scratch Game](https://scratch.mit.edu/projects/1252546573).

What I practiced

This project helped me practice game logic, clone behavior, collision detection, and testing small changes until the movement felt right.

codingscratchgame