From 7a758ad4fff3cdb87a64ba6a3f7cdb58cd44c37d Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 21 May 2024 08:51:21 +0200 Subject: [PATCH] split todo off from the README --- README.md | 15 --------------- TODO.org | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 TODO.org 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 +