Skip to content
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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Fireball
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.
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 the 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.
*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|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.


### Other Ideas are also welcomed, if there are more than one we can work on different versions.
Expand Down Expand Up @@ -55,4 +56,4 @@ The preferred way to contribute is to fork the

### 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/).