Click Here to preview the demo 💫
-
Create game logic
- Cube falling logic
- Cube hit logic
- Game over logic
-
Create the base game
-
Add game animations
- Falling cube Destroy animation
- Cube hit animation
- Game over animation
-
Add game controls
- Mouse controls
- Touch controls
-
Create game UI
- Game start display
- Game over display
- Score display
-
Extras
- Add game settings
- Add game levels
- Add game sounds
-
Cleaning up the code
- Refactor the code
- Add comments
- Remove unused code