making levels

This commit is contained in:
Clevertop 2024-08-13 22:45:09 +10:00
parent cc0014f3e8
commit 716dae1d33
17 changed files with 451 additions and 61 deletions

View file

@ -12,15 +12,17 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [x] commands
- [ ] level deign
- aiming for at least 5 levels, ideally about 10
- [ ] level funciton
- [x] level funciton
- [x] Losing the game
- [ ] winning the game and moving to next level
- [x] winning the game and moving to next level
- [x] start of level screen
- [x] command functions
- [x] test camera controls for framerate independance
- [ ] Menu
- [ ] Level select
- [x] Menu
- [x] Level select
- [x] Credits page
- [ ] level data
- [ ] quit button
- [ ] itch.io page
- [ ] kill blocks - resets level if player touches them
- [x] door, starting level button
@ -34,6 +36,7 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [ ] enum dropdown for the command blocks
## COMMANDS
- [x] Jump - go up! works in the air too
- [x] Dash - Move in direction you are facing for 0.3s (horizontal only, maybe normalise/magnitude)