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

Commit

Permalink
added MAC OX issue on README
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdikrahman committed Jan 20, 2016
1 parent 9bb0c4d commit 536e107
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ Follow the youtube video to see how I fared on ``spaceShooter``
- Download the prebuilt `zip file` [from here](https://github.com/prodicus/spaceShooter/releases/download/v0.0.2/spaceShooter-v0.0.2_windows.zip) and extract the file to your preferred destination by using [7-zip](http://www.7-zip.org/download.html) or [winzip](http://www.winzip.com/prod_down.html) or any other similar program of your choice.
- Run the executable named `spaceShooter` inside the extracted file.

### For `MAC OS X` and `Linux/Debian` based systems
### For `MAC OS X`

You have to build from source to get it up and running on `OS X`. Reason?
I don't have an `OS X` system to build the executable! So I would love for a Pull request on that one.

[Building from source will do the trick though](https://github.com/prodicus/spaceShooter#os-x)

### `Linux/Debian` based systems

#### Option 1: Download the zipped executable file

Expand Down Expand Up @@ -104,8 +111,6 @@ $ cd spaceShooter/
$ python spaceShooter.py
```

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

Enjoy the game!

## Known issues
Expand All @@ -118,7 +123,8 @@ Enjoy the game!

## To-do:

- [x] Add the windows executable file
- [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
- [ ] Add support for `WAV` game music file as `ogg` format is not playable as described in [#1](https://github.com/prodicus/spaceShooter/issues/1)
Expand All @@ -134,6 +140,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)

## Similar

- [Bullethell.py ](https://github.com/Frederikxyz/bullethell.py) : A fork of [prodicus/spaceShooter](https://github.com/prodicus/spaceShooter) which adds fancy shooting capabilities

## License

[MIT License](http://prodicus.mit-license.org) © [Tasdik Rahman](http://tasdikrahman.me)
Expand Down

0 comments on commit 536e107

Please sign in to comment.