2024-08-10 13:04:34 +10:00
|
|
|
# ChronoChamber
|
2024-08-11 12:47:57 +10:00
|
|
|
Puzzle game made by Tom for the Playmakers August Jam 2024
|
2024-08-10 23:10:36 +10:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Credits
|
2024-08-11 12:47:57 +10:00
|
|
|
- Dungeon Crawl Stone Soup - all textures
|
|
|
|
|
- https://freesound.org/people/radian/sounds/62986/ - Command chime sound
|
2024-08-14 02:49:09 +10:00
|
|
|
https://freesound.org/people/primeval_polypod/sounds/156507/
|
2024-08-11 12:47:57 +10:00
|
|
|
|
2025-05-25 14:02:49 +10:00
|
|
|
# new TODO
|
2025-05-25 14:31:14 +10:00
|
|
|
- [x] when command blocks are propped they are placed as a root node, causing them to carry between rooms
|
2025-05-25 15:14:49 +10:00
|
|
|
- [x] onscreen timer
|
|
|
|
|
- [x] pedestal highlight should match clock
|
2025-05-25 15:31:02 +10:00
|
|
|
- [x] improve menu
|
|
|
|
|
- [x] swap out to developer name
|
|
|
|
|
- [x] make it a 3d environment with a rotating camera
|
2025-05-25 15:37:54 +10:00
|
|
|
- [x] make kill zones check every frame, rather than just on entry
|
|
|
|
|
- [x] increment version number
|
2025-05-25 15:14:49 +10:00
|
|
|
- [x] pause menu on ESC
|
|
|
|
|
- [x] replace back to menu button
|
|
|
|
|
- [x] volume settings?
|
2025-05-25 14:31:14 +10:00
|
|
|
- [ ] website splash page for SMASH
|
2025-05-25 14:02:49 +10:00
|
|
|
|
|
|
|
|
# old todo
|
2024-08-11 12:47:57 +10:00
|
|
|
- [x] FPS Controller
|
|
|
|
|
- [x] Chrono terminal
|
|
|
|
|
- [x] commands
|
2024-08-14 02:14:09 +10:00
|
|
|
- [x] level deign
|
2024-08-11 12:47:57 +10:00
|
|
|
- aiming for at least 5 levels, ideally about 10
|
2024-08-13 22:45:09 +10:00
|
|
|
- [x] level funciton
|
2024-08-11 12:47:57 +10:00
|
|
|
- [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
|
2024-08-11 12:47:57 +10:00
|
|
|
- [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-14 02:14:09 +10:00
|
|
|
- [x] level data
|
|
|
|
|
- [x] quit button
|
2024-08-11 12:47:57 +10:00
|
|
|
- [ ] itch.io page
|
2024-08-14 02:14:09 +10:00
|
|
|
- [x] kill blocks - resets level if player touches them
|
2024-08-11 22:19:23 +10:00
|
|
|
- [x] door, starting level button
|
2024-08-14 02:49:09 +10:00
|
|
|
- [x] Sounds
|
|
|
|
|
- [x] Press button
|
|
|
|
|
- [x] Level lose
|
|
|
|
|
- [x] doors open
|
2024-08-11 22:19:23 +10:00
|
|
|
- [x] tick chime
|
2024-08-14 02:49:09 +10:00
|
|
|
- [x] take/place/drop block
|
|
|
|
|
- [-] per command sounds?
|
2024-08-11 12:47:57 +10:00
|
|
|
|
|
|
|
|
|
2024-08-13 22:45:09 +10:00
|
|
|
|
2024-08-11 12:47:57 +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)
|
2024-08-11 12:47:57 +10:00
|
|
|
- [x] Phase - collider turns off for 1 second (should i make this longer or a toggle perhaps?)
|
2024-08-14 02:14:09 +10:00
|
|
|
- [-] Toggle gravity - could also be low gravity?
|
2024-08-11 12:47:57 +10:00
|
|
|
- 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-14 02:49:09 +10:00
|
|
|
- [?] movement(+camera?) is framerate dependant
|