Metadata-Version: 2.1
Name: repulsiveruby
Version: 2.1.5
Summary: RepulsiveRuby: A game made with Pygame
Home-page: https://github.com/wq2012/RepulsiveRuby
Author: Quan Wang
Author-email: quanrpi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# RepulsiveRuby [![Build Status](https://travis-ci.org/wq2012/RepulsiveRuby.svg?branch=master)](https://travis-ci.org/wq2012/RepulsiveRuby) [![PyPI Version](https://img.shields.io/pypi/v/repulsiveruby.svg)](https://pypi.python.org/pypi/repulsiveruby) [![Python Versions](https://img.shields.io/pypi/pyversions/repulsiveruby.svg)](https://pypi.org/project/repulsiveruby)


## Overview

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

All sounds and images are created by me.

[![Youtube Demo Screenshot](https://raw.githubusercontent.com/wq2012/RepulsiveRuby/master/resources/youtube_demo_screenshot.png)](https://www.youtube.com/watch?v=_84BQWzlzKo)

## Play 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
```

