Go to file
Thomas Gideon aa1cdfa3e1 Update to do list 2017-08-08 14:03:40 -04:00
assets Add different color stars. 2017-08-08 14:02:57 -04:00
src Add different color stars. 2017-08-08 14:02:57 -04:00
.gitignore Add initial generated sources. 2017-06-04 10:21:22 -04:00
Cargo.toml Make it possible to eat star candy 2017-07-13 18:53:30 -04:00
LICENSE Initial commit 2017-06-04 10:20:11 -04:00
README.md Update to do list 2017-08-08 14:03:40 -04:00

README.md

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 background tiling.
  • Wrap sprite movement at the edges.
  • Add mobs.
  • Add a start screen.
  • Add different color candies.
  • Add animations to candies.
  • Decide on different behaviors for different candies.
  • Add boss, dust broom.
  • Polish assets.
  • Break up hero and boss sprite to use animated sub-sprites.
  • Implement slow down after growing.
  • Implement return to size after short wait.
  • Decide on whether hero should always be slowly shrinking.
  • Add levels of increasing difficulty.
  • Add options screen and multiple resolution.