ChronoChamber/README.md

51 lines
1.4 KiB
Markdown
Raw Normal View History

2024-08-10 13:04:34 +10:00
# ChronoChamber
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
# TODO
- [x] FPS Controller
- [x] Chrono terminal
- [x] commands
- [ ] level deign
- aiming for at least 5 levels, ideally about 10
2024-08-13 22:45:09 +10:00
- [x] level funciton
- [x] Losing the game
2024-08-13 22:45:09 +10:00
- [x] winning the game and moving to next level
2024-08-11 21:29:44 +10:00
- [x] start of level screen
- [x] command functions
2024-08-11 21:29:44 +10:00
- [x] test camera controls for framerate independance
2024-08-13 22:45:09 +10:00
- [x] Menu
- [x] Level select
2024-08-11 22:21:32 +10:00
- [x] Credits page
2024-08-13 22:45:09 +10:00
- [ ] level data
- [ ] quit button
- [ ] itch.io page
2024-08-11 15:31:03 +10:00
- [ ] kill blocks - resets level if player touches them
2024-08-11 22:19:23 +10:00
- [x] door, starting level button
- [ ] Sounds
- [ ] Press button
- [ ] Level lose
- [ ] doors open
- [x] tick chime
- [ ] take/place/drop block
- [ ] per command sounds?
2024-08-12 00:10:55 +10:00
- [ ] enum dropdown for the command blocks
2024-08-13 22:45:09 +10:00
## COMMANDS
- [x] Jump - go up! works in the air too
2024-08-11 22:19:23 +10:00
- [x] Dash - Move in direction you are facing for 0.3s (horizontal only, maybe normalise/magnitude)
- [x] Phase - collider turns off for 1 second (should i make this longer or a toggle perhaps?)
- [ ] Toggle gravity - could also be low gravity?
- 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
2024-08-11 21:29:44 +10:00
- [ ] movement(+camera?) is framerate dependant