Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved docs. #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Fireball is a python game using pygame where a player has to avoid a fireball. The longer the player stays alive, the more points the player gets.

## How does the game work?
- Player starts the game and there will be the player and a fireball initially.
- Player starts the game and there will be a player and a fireball initially.

- Player will dodge the ball using the keyboard arrow keys, while the fireball will change positions randomly to try to follow the player.

- After a specific time according to the levels (Easy|Medium|Hard) more fireballs will be added to the game.
- If the player collides with any of the fireballs, the game ends and it displays the total score.
- After a specific time according to the levels (Easy|edium|Hard) more fireballs will be added to the game.
- If the player collides with any of the fireball, the game ends and it displays the total score.


### Other Ideas are also welcomed, if there are more than one we can work on different versions.
Expand Down Expand Up @@ -47,12 +47,12 @@ The preferred way to contribute is to fork the
$ git add modified_files
$ git commit

5. Push your changes to GitHub with:
5. Push your changes to Github with:

$ git push -u origin my-feature

6. Finally, go to the web page of your fork of the `fireball` repo and click 'Pull Request' to send your changes for review.

### GitHub Pull Requests Docs
### Github Pull Requests Docs

If you are not familiar with pull requests, review the [pull request docs](https://help.github.com/articles/using-pull-requests/).
If you are not familiar with pull requests, review the [pull request docs](https://help.github.com/articles/using-pull-requests/).