30 lines
565 B
Markdown
30 lines
565 B
Markdown
# TODO
|
|
|
|
## Features
|
|
|
|
- [ ] 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
|
|
- [ ] Custom debug console commands
|
|
|
|
## Bugs
|
|
|
|
- [x] Fix console rendering issues
|
|
- [ ] Fix DOM tree rendering issues
|
|
|
|
### Dialogue
|
|
|
|
- [ ] Text formatting
|
|
- [ ] Character profiles / speaker ID
|
|
|
|
## Code architecture
|
|
|
|
- [x] Move dialogue- and option-drawing out of `Game.hx`
|
|
- [x] Use domkit for dialogue
|