repulsiveruby

RepulsiveRuby: A game made with Pygame


Keywords
pygame, pygame-games
License
Apache-2.0
Install
pip install repulsiveruby==2.1.5

Documentation

RepulsiveRuby Build Status PyPI Version Python Versions

Overview

This is a game I made with Python and Pygame in 2011.

All sounds and images are created by me.

Youtube Demo Screenshot

Play the game

Windows binary

You can download the compiled game here.

Unzip it, and double click RepulsiveRuby v2.0.exe to start the game.

Install with pip

First install the game with pip:

pip install repulsiveruby

Then start the game:

python -m repulsiveruby

Run source code

Download the code from GitHub and cd into it:

git clone git@github.com:wq2012/RepulsiveRuby.git

cd RepulsiveRuby

Start the game with:

python repulsiveruby

Misc

Documentation: link