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
|
# 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.
|
||||||
|
|
Loading…
Reference in a new issue