view README.txt @ 534:b02c079fae8a

Remove highlight from TODO.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 01:17:02 +0200
parents 2bc856561333
children 7fd6ecb72fd7
line wrap: on
line source

Mutable Mamba
=============

Entry in PyWeek #13  <http://www.pyweek.org/13/>
URL: http://pyweek.org/e/mamba
Team: mamba
Members:
  Adrianna Pinska
  Desilu Crossman
  Gideon Visser
  Jeremy Thurgood
  Neil Muller
  Simon Cross
  Stefano Rivera
License: see LICENSE.txt

For licensing info about the various resources used in the game, see:
 * data/sounds/sources.txt
 * data/tiles/sources.txt
 * data/music/sources.txt


Running the Game
----------------

On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.

Othewise open a terminal / console and "cd" to the game directory and run:

  python run_game.py


How to Play the Game
--------------------

Move the snake around the screen with the arrow keys. Get to the exit without
crashing into anything. Collect interesting and exciting mutations along the
way. Make your own levels and share them with the world.


Development notes
-----------------

Creating a source distribution with::

   ./scripts/build_unix.sh

You may also generate Windows executables and OS X applications::

   ./scripts/wine-py2exe
   ./scripts/darwin-py2app.sh

Upload files to PyWeek with::

   python pyweek_upload.py