diff --git a/Makefile.am b/Makefile.am index 7f1e31e..5568093 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,11 @@ SOURCES = \ EXTRA_DIST = \ $(SOURCES) \ - assets/images/chickadee.png \ + assets/images \ + assets/images/simples_pimples.png \ + assets/images/lr_penguin2.png \ + assets/images/glamshot.png \ + assets/levels \ + assets/levels/level-1.map \ COPYING \ README.md diff --git a/README.org b/README.org index 501642b..1c9648b 100644 --- a/README.org +++ b/README.org @@ -36,7 +36,7 @@ let the _others_ fall in so you can pass over their head. So now, go out, collect the keys and maintain a healthy diet! -* Game Plan [6/15] +* Game Plan [7/16] - [X] start project organization - [X] select some assets to start with @@ -44,10 +44,11 @@ So now, go out, collect the keys and maintain a healthy diet! - [X] figure out tile maps - [X] create hero entity - [X] implement hero movement - - [ ] create other entity + - [X] create other entity - [ ] bundle game for distribution - [ ] upload to itch.io - [ ] automate upload to itch.io + - [ ] create other's AI - [ ] add keys and portal - [ ] add foods and bloat indicator - [ ] scale hero waist related to bloat level diff --git a/TODO.org b/TODO.org deleted file mode 100644 index 7fd87a3..0000000 --- a/TODO.org +++ /dev/null @@ -1,20 +0,0 @@ -#+TITLE: Game TO DO List - -* Game Plan [6/15] - - - [X] start project organization - - [X] select some assets to start with - - [X] animate hero - - [X] figure out tile maps - - [X] create hero entity - - [X] 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 - diff --git a/assets/images/chickadee.png b/assets/images/chickadee.png deleted file mode 100644 index 17a35e0..0000000 Binary files a/assets/images/chickadee.png and /dev/null differ diff --git a/assets/images/knight.png b/assets/images/knight.png deleted file mode 100644 index b386f62..0000000 Binary files a/assets/images/knight.png and /dev/null differ diff --git a/assets/tiles.tsx b/assets/tiles.tsx deleted file mode 100644 index 0e66d4d..0000000 --- a/assets/tiles.tsx +++ /dev/null @@ -1,4 +0,0 @@ - - - -