view README.txt @ 55:86d83dcb7d42

Make text drawing easier to poke at for subclasses
author Neil Muller <drnlmuller@gmail.com>
date Mon, 07 May 2012 22:53:18 +0200
parents 427cf79e9875
children 2e566813a071
line wrap: on
line source

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

Entry in PyWeek #14  <http://www.pyweek.org/14/>
Team: sypikslang
Members: drlm, jerith, Rizziepit


DEPENDENCIES:

You might need to install some of these before running the game:

  Python:     http://www.python.org/
  PyGame:     http://www.pygame.org/


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:

TDB.


LICENSE:

TBD.