/RunnerBase

A Cocos2d based runner skel

Primary LanguagePythonMIT LicenseMIT

RunnerBase

This is a runner base skeleton made with Cocos2D.

It implements basic mechanisms and game behaviours that eases a simple runner game building.

Tested only on Python 3.4

Installing dependencies

Create a virtualenv to maintain clean your Python local installation: virtualenv /path/to/virtual/env --python=python3.4

Activate the virtual environment: source /path_to_virtual_env/bin/activate

Change the current dir to the RunnerBase project: cd /path/to/RunnerBase

Install requirements: pip install -r requirements.txt

Running the game

python src/game.py