project finished? exporting...

This commit is contained in:
Clevertop 2024-08-14 02:49:09 +10:00
parent cd0e7fcc54
commit f0b411bb98
14 changed files with 259 additions and 14 deletions

View file

@ -5,6 +5,7 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
# Credits
- Dungeon Crawl Stone Soup - all textures
- https://freesound.org/people/radian/sounds/62986/ - Command chime sound
https://freesound.org/people/primeval_polypod/sounds/156507/
# TODO
- [x] FPS Controller
@ -26,13 +27,13 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [ ] itch.io page
- [x] kill blocks - resets level if player touches them
- [x] door, starting level button
- [ ] Sounds
- [ ] Press button
- [ ] Level lose
- [ ] doors open
- [x] Sounds
- [x] Press button
- [x] Level lose
- [x] doors open
- [x] tick chime
- [ ] take/place/drop block
- [ ] per command sounds?
- [x] take/place/drop block
- [-] per command sounds?
@ -46,4 +47,4 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
## BUGS
- [x] cant place command block in pedestals which ahs already had one
- [x] cammoand blocks can be lost by falling out of world
- [ ] movement(+camera?) is framerate dependant
- [?] movement(+camera?) is framerate dependant