split todo off from the README

This commit is contained in:
Peter Tillemans 2024-05-21 08:51:21 +02:00
parent e27621b86b
commit 7a758ad4ff
2 changed files with 17 additions and 15 deletions

View file

@ -16,21 +16,6 @@ A freak accident involving some radioactive meteorite allows you to create crate
So now, go out, collect the keys and maintain a healthy diet!
## Game Plan
- [x] start project organisation
- [x] select some assets to start with
- [x] animate hero
- [x] figure out tile maps
- [ ] create hero entity
- [ ] implement hero movement
- [ ] create other entity
- [ ] add keys and portal
- [ ] add foods and bloat indicator
- [ ] scale hero waist related to bloat level
- [ ] create more levels
- [ ] some level celebration/animation
## Using Guix
We *highly recommend* using [Guix](https://guix.gnu.org/) to manage

17
TODO.org Normal file
View file

@ -0,0 +1,17 @@
#+TITLE: Game TO DO List
* Game Plan
- [x] start project organisation
- [x] select some assets to start with
- [x] animate hero
- [x] figure out tile maps
- [ ] create hero entity
- [ ] implement hero movement
- [ ] create other entity
- [ ] add keys and portal
- [ ] add foods and bloat indicator
- [ ] scale hero waist related to bloat level
- [ ] create more levels
- [ ] some level celebration/animation