From 487471bfe09112bf47751d7e16bc66bd00b64a6a Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 13 Jul 2017 19:44:14 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 131b8e2..29fd4a5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ 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. +* [X] Add background tiling. +* [X] Wrap sprite movement at the edges. +* [X] 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.