susuwatari-game/README.md

20 lines
775 B
Markdown
Raw Normal View History

2017-07-13 16:12:01 +00:00
# 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.
2017-06-04 17:37:48 +00:00
## ToDo
2017-07-13 23:44:14 +00:00
* [X] Add background tiling.
* [X] Wrap sprite movement at the edges.
* [X] Add mobs.
* [ ] Add a start screen.
2017-08-08 18:03:40 +00:00
* [x] Add different color candies.
2017-07-13 23:44:14 +00:00
* [ ] Add animations to candies.
* [ ] Decide on different behaviors for different candies.
* [ ] Add boss, dust broom.
2017-08-08 18:03:40 +00:00
* [x] Polish assets.
2017-07-13 23:44:14 +00:00
* [ ] Break up hero and boss sprite to use animated sub-sprites.
* [ ] Implement slow down after growing.
* [ ] Implement return to size after short wait.
2017-08-08 18:03:40 +00:00
* [x] Decide on whether hero should always be slowly shrinking.
2017-07-13 23:44:14 +00:00
* [ ] Add levels of increasing difficulty.
* [ ] Add options screen and multiple resolution.