Compare commits
No commits in common. "82caa7b3416cbdc6532ffb179c2a570e6d224484" and "e27621b86baa80a35586e111eb56aeb86b09f68a" have entirely different histories.
82caa7b341
...
e27621b86b
2 changed files with 15 additions and 20 deletions
15
README.md
15
README.md
|
@ -16,6 +16,21 @@ 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
|
||||
|
|
20
TODO.org
20
TODO.org
|
@ -1,20 +0,0 @@
|
|||
#+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
|
||||
- [ ] bundle game for distribution
|
||||
- [ ] upload to itch.io
|
||||
- [ ] automate upload to itch.io
|
||||
- [ ] add keys and portal
|
||||
- [ ] add foods and bloat indicator
|
||||
- [ ] scale hero waist related to bloat level
|
||||
- [ ] create more levels
|
||||
- [ ] some level celebration/animation
|
||||
|
Loading…
Reference in a new issue