game now handles player/commands falling out of the world, updated readme with todo and removed todo.txt
This commit is contained in:
parent
4b4d97746c
commit
f1dea7e36d
6 changed files with 48 additions and 36 deletions
33
README.md
33
README.md
|
|
@ -1,7 +1,34 @@
|
|||
# ChronoChamber
|
||||
Puzzle game made for the Playmakers August Jam 2024
|
||||
Puzzle game made by Tom for the Playmakers August Jam 2024
|
||||
|
||||
|
||||
# Credits
|
||||
- Dungeon Crawl Stone Soup
|
||||
- https://freesound.org/people/radian/sounds/62986/
|
||||
- Dungeon Crawl Stone Soup - all textures
|
||||
- https://freesound.org/people/radian/sounds/62986/ - Command chime sound
|
||||
|
||||
# TODO
|
||||
- [x] FPS Controller
|
||||
- [x] Chrono terminal
|
||||
- [x] commands
|
||||
- [ ] level deign
|
||||
- aiming for at least 5 levels, ideally about 10
|
||||
- [ ] level funciton
|
||||
- [x] Losing the game
|
||||
- [ ] winning the game and moving to next level
|
||||
- [x] command functions
|
||||
- [ ] test camera controls for framerate independance
|
||||
- [ ] Menu
|
||||
- [ ] Level select
|
||||
- [ ] Credits page
|
||||
- [ ] itch.io page
|
||||
|
||||
|
||||
## COMMANDS
|
||||
- [x] Jump - go up! works in the air too
|
||||
- [x] Dash - Move in direction you are facing for 0.3s
|
||||
- [x] Phase - collider turns off for 1 second (should i make this longer or a toggle perhaps?)
|
||||
- 2-3 more commands would add more content/puzzle potencial
|
||||
|
||||
## BUGS
|
||||
- [x] cant place command block in pedestals which ahs already had one
|
||||
- [x] cammoand blocks can be lost by falling out of world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue