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

Commit

Permalink
cleansed README
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdikrahman committed Jan 20, 2016
1 parent 536e107 commit 1b0151f
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@ I don't have an `OS X` system to build the executable! So I would love for a Pul

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


```bash
$ pip3 install hg+http://bitbucket.org/pygame/pygame
```

Install Pygame specific dependencies

```bash
$ brew install sdl sdl_image sdl_ttf portmidi libogg libvorbis
$ brew install sdl_mixer --with-libvorbis
```

##### Clone the repo

```bash
$ git clone https://github.com/prodicus/spaceShooter.git
$ cd spaceShooter/
$ python spaceShooter.py
```

### `Linux/Debian` based systems

#### Option 1: Download the zipped executable file
Expand All @@ -61,8 +81,9 @@ If your download was saved on the `~/Downloads` folder
Press <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd> to open the shell if you are on `GNU/Linux` based systems and type

```bash
$ unzip SpaceShooter-0.0.1.Linux.zip -d ~/Desktop
$ unzip ~/Downloads/SpaceShooter-0.0.1.Linux.zip -d ~/Desktop
$ cd ~/Desktop
$ ## navigate to the unzipped file and change the file permissions for the executable
~/Desktop $ chmod +x spaceShooter
~/Desktop $ ./spaceShooter
```
Expand Down Expand Up @@ -90,19 +111,6 @@ You need to have `pygame` installed for this option.
$ sudo apt-get install python-pygame
```

##### OS X

```bash
$ pip3 install hg+http://bitbucket.org/pygame/pygame
```

Install Pygame specific dependencies

```bash
$ brew install sdl sdl_image sdl_ttf portmidi libogg libvorbis
$ brew install sdl_mixer --with-libvorbis
```

##### Clone the repo

```bash
Expand Down

0 comments on commit 1b0151f

Please sign in to comment.