clean up git files
This commit is contained in:
parent
8332dca1fc
commit
c3d484238a
6 changed files with 9 additions and 27 deletions
|
@ -29,6 +29,11 @@ SOURCES = \
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(SOURCES) \
|
$(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 \
|
COPYING \
|
||||||
README.md
|
README.md
|
||||||
|
|
|
@ -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!
|
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] start project organization
|
||||||
- [X] select some assets to start with
|
- [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] figure out tile maps
|
||||||
- [X] create hero entity
|
- [X] create hero entity
|
||||||
- [X] implement hero movement
|
- [X] implement hero movement
|
||||||
- [ ] create other entity
|
- [X] create other entity
|
||||||
- [ ] bundle game for distribution
|
- [ ] bundle game for distribution
|
||||||
- [ ] upload to itch.io
|
- [ ] upload to itch.io
|
||||||
- [ ] automate upload to itch.io
|
- [ ] automate upload to itch.io
|
||||||
|
- [ ] create other's AI
|
||||||
- [ ] add keys and portal
|
- [ ] add keys and portal
|
||||||
- [ ] add foods and bloat indicator
|
- [ ] add foods and bloat indicator
|
||||||
- [ ] scale hero waist related to bloat level
|
- [ ] scale hero waist related to bloat level
|
||||||
|
|
20
TODO.org
20
TODO.org
|
@ -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
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 755 B |
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<tileset version="1.10" tiledversion="1.10.2" name="tiles" tilewidth="16" tileheight="16" tilecount="4000" columns="50">
|
|
||||||
<image source="images/simples_pimples.png" width="800" height="1280"/>
|
|
||||||
</tileset>
|
|
Loading…
Reference in a new issue