Update README.md

This commit is contained in:
Thomas Gideon 2017-07-13 12:12:01 -04:00 committed by GitHub
parent 388ead607f
commit 010028fef9

View file

@ -1,7 +1,7 @@
# ghostly # Susuwatari Game
Ghostly adventure game inspired by Spirited Away A simple 2D game inspired by the soot yokai in Tonari ni Totoro and Spirited Away. Written pretty much only to learn some game programming in rust.
## ToDo ## ToDo
* [ ] Add level geometry * [ ] Add background tiling.
* [ ] Constrain sprite movement to level geometry * [ ] Wrap sprite movement at the edges.
* [ ] Figure out side scrolling * [ ] Add mobs.