diff --git a/README.md b/README.md index a169dba..1b3ef61 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..0fb45b9 --- /dev/null +++ b/TODO.org @@ -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 +