view README.txt @ 288:325a4437439b

Mazey mazes.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 15 Sep 2011 23:13:41 +0200
parents f9a415bb17ad
children 7a64ebfe74ba
line wrap: on
line source

Your Game Title
===============

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

For data on the sounds used in the game, see data/sounds/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 cursor around the screen with the mouse.

Press the left mouse button to fire the ducks.


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

Creating a source distribution with::

   python setup.py sdist

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

   python setup.py py2exe
   python setup.py py2app

Upload files to PyWeek with::

   python pyweek_upload.py

Upload to the Python Package Index with::

   python setup.py register
   python setup.py sdist upload