glasshouse/TODO.md

32 lines
662 B
Markdown
Raw Permalink Normal View History

2024-02-17 00:53:53 +00:00
# TODO
## Features
2024-02-18 17:00:22 +00:00
- [ ] Saving and loading games
- [ ] Character select
- [ ] Stats
- [ ] Better open / closed state graphics for rooms
- [ ] Displaying sprites (characters, objects)
- [ ] Inventory
- [ ] Room labels
- [ ] Background music
- [ ] Sound effects
2024-02-18 17:01:36 +00:00
- [ ] Custom debug console commands
2024-02-17 00:53:53 +00:00
2024-02-17 02:57:42 +00:00
## Bugs
2024-02-23 14:49:21 +00:00
- [x] Console rendering issues
- [ ] DOM tree rendering issues
2024-02-23 14:58:53 +00:00
- [x] Inconsistent text formatting
2024-02-17 02:57:42 +00:00
2024-02-17 00:53:53 +00:00
### Dialogue
2024-02-23 14:48:33 +00:00
- [x] Text formatting
2024-02-18 17:00:22 +00:00
- [ ] Character profiles / speaker ID
2024-02-23 14:48:33 +00:00
- [ ] Scrollable dialogue pane (like Citizen Sleeper / Disco Elysium)
2024-02-17 02:38:29 +00:00
## Code architecture
2024-02-18 17:00:22 +00:00
- [x] Move dialogue- and option-drawing out of `Game.hx`
- [x] Use domkit for dialogue