making levels
This commit is contained in:
parent
cc0014f3e8
commit
716dae1d33
17 changed files with 451 additions and 61 deletions
11
README.md
11
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue