From 5538d0c03d37a8aa3c6b992cdffe7c3a66b5c33a Mon Sep 17 00:00:00 2001 From: Carlo Supina Date: Mon, 10 Jun 2019 04:08:57 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e635b2..f72b428 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Clone this repository and enter `cargo run` in the root of its directory. ## Visual and Audio - [x] health bar - [x] defense bar -- [ ] barrel roll cooldown bar +- [x] barrel roll cooldown bar - [ ] pause menu - [ ] display resolutions options - [ ] player movement animation @@ -46,8 +46,19 @@ Clone this repository and enter `cargo run` in the root of its directory. - [ ] damage feedback ## Gameplay - [x] penalty for letting enemies past you +- [ ] health pickups - [ ] levels with end bosses - [ ] specific item spawn times - [ ] mini challenges for rewards or penalties (example: certain ships to let past you unharmed) - [ ] defence objective - +## Items +### Passive +- [ ] reduce barrel roll cooldown +- [ ] increase max health +- [ ] increase max defense +- [ ] trail behind player that does damage +- [ ] increase knockback of enemies +### Active +- [ ] gravity gun effect with enemies +- [ ] shield +- [ ] speed boost