Update README.md
This commit is contained in:
parent
388ead607f
commit
010028fef9
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
|||
# ghostly
|
||||
Ghostly adventure game inspired by Spirited Away
|
||||
# Susuwatari Game
|
||||
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
|
||||
* [ ] Add level geometry
|
||||
* [ ] Constrain sprite movement to level geometry
|
||||
* [ ] Figure out side scrolling
|
||||
* [ ] Add background tiling.
|
||||
* [ ] Wrap sprite movement at the edges.
|
||||
* [ ] Add mobs.
|
||||
|
|
Loading…
Reference in a new issue