From f933fbf07423231fd90e0c557d68bfd9e4b59671 Mon Sep 17 00:00:00 2001 From: Abhishek Chopra <40965777+abhishekchopra13@users.noreply.github.com> Date: Wed, 3 Oct 2018 18:45:03 +0530 Subject: [PATCH 1/4] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b34c5dc..cd0e5e0 100644 --- a/main.cpp +++ b/main.cpp @@ -6,5 +6,5 @@ using namespace std; int main() { for(int i=1;i<=25;i++) - cout<<1+rand()%6< Date: Wed, 3 Oct 2018 18:47:16 +0530 Subject: [PATCH 2/4] Update nada.cpp --- nada.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nada.cpp b/nada.cpp index fa68584..d6115b1 100644 --- a/nada.cpp +++ b/nada.cpp @@ -4,5 +4,5 @@ using namespace std; boocrap::boocrap() { - cout<<"I am a Banana"< Date: Wed, 3 Oct 2018 18:48:29 +0530 Subject: [PATCH 3/4] Update nada.cpp --- nada.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nada.cpp b/nada.cpp index d6115b1..3b713bb 100644 --- a/nada.cpp +++ b/nada.cpp @@ -4,5 +4,5 @@ using namespace std; boocrap::boocrap() { - cout<<"I am Banana"< Date: Wed, 3 Oct 2018 18:55:09 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72a9fb7..fc37ce5 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,8 @@ For details, please refer [the Contributing page](https://github.com/tasdikrahma - [x] Fix [bug](https://github.com/tasdikrahman/spaceShooter/blob/master/spaceShooter.py#L372) which stops the background music from looping - [x] Add support for `WAV` game music file as `ogg` format is not playable as described in [#1](https://github.com/tasdikrahman/spaceShooter/issues/1) - [ ] Add feature to pause to the game. -- [ ] add feature to replay the game after all players die -- [ ] Add `OS X` executable file as the `Debian` based one fails to execute on it +- [ ] Add feature to replay the game after all players die. +- [ ] Add `OS X` executable file as the `Debian` based one fails to execute on it. ## Issues