Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
added missile image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdikrahman committed Jan 19, 2016
1 parent c3f038f commit 9bb0c4d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Follow the youtube video to see how I fared on ``spaceShooter``

| ![Screen 1](http://i.imgur.com/I5mTBFB.png) | ![Screen 2](http://i.imgur.com/4OgIByR.png) |
|---------------------------------------------|---------------------------------------------|
| ![Screen 3](http://i.imgur.com/PFQJjE8.png) | ![Screen 4](http://i.imgur.com/lV4aIur.png) |

## Game Features

- Health bar for the space ship
- Score board to show how you are faring so far
- Power ups like
- shield: increases the space ships life
- bolt: increases the shooting capability of the ship by firing 2 bullets instead of one at time.
- bolt: increases the shooting capability of the ship by firing 2 to 3 bullets instead of one at time.
- Custom sounds and sprite animation for things like
- meteorite explosion
- bullet shoots
Expand Down Expand Up @@ -103,13 +104,24 @@ $ cd spaceShooter/
$ python spaceShooter.py
```

**NOTE** : For `OS X`. Try running from source if the executable doesn't work.

Enjoy the game!

## Known issues

- The game music doesn't play on `OS X` as described in [#1](https://github.com/prodicus/spaceShooter/issues/1)

## Contributers:

- [@bardlean86](https://github.com/bardlean86/) for adding the third missile powerup.

## To-do:

- [x] Add the windows executable file
- [ ] 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
- [ ] 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

## Contributing
Expand Down

0 comments on commit 9bb0c4d

Please sign in to comment.