From ae5d9adcafd43ac4d3dc87eefde86c536cff4d71 Mon Sep 17 00:00:00 2001 From: Tasdik Rahman Date: Fri, 22 Jan 2016 21:15:43 +0530 Subject: [PATCH] added ticks to README for the completed TODO --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fbf3f0f..04389b5 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,12 @@ Follow the youtube video to see how I fared on ``spaceShooter`` ## Controls -- To move the spaceship - - To left : left - - to right : right -- To fire the bullets : spacebar +| | Button | +|--------------|---------------------| +| Move Left | left | +| Move right | right | +| Fire bullets | spacebar | +| Quit game | Esc | ## Installation @@ -133,8 +135,8 @@ Enjoy the game! - [x] Add the `windows` executable file - [ ] Add `OS X` executable file as the `Debian` based one fails to execute on it -- [ ] Add main menu for the game -- [ ] Fix [bug](https://github.com/prodicus/spaceShooter/blob/master/spaceShooter.py#L372) which stops the background music from looping +- [x] Add main menu for the game +- [x] Fix [bug](https://github.com/prodicus/spaceShooter/blob/master/spaceShooter.py#L372) which stops the background music from looping - [ ] Add support for `WAV` game music file as `ogg` format is not playable as described in [#1](https://github.com/prodicus/spaceShooter/issues/1) - [ ] add feature to replay the game after all players die @@ -148,6 +150,10 @@ For details, please refer [the Contributing page](https://github.com/prodicus/sp You can report the bugs at the [issue tracker](https://github.com/prodicus/spaceShooter/issues) +**OR** + +You can [tweet me](https://twitter.com/tasdikrahman) if you can't get it to work. In fact, you should tweet me anyway. + ## Similar - [Bullethell.py ](https://github.com/Frederikxyz/bullethell.py) : A fork of [prodicus/spaceShooter](https://github.com/prodicus/spaceShooter) which adds fancy shooting capabilities