diff README.txt @ 0:d6fd1a0b192a

Commit skellington.
author Simon Cross <hodgestar@gmail.com>
date Sun, 03 Apr 2011 11:02:46 +0200
parents
children 7d8485f0f439
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Sun Apr 03 11:02:46 2011 +0200
@@ -0,0 +1,51 @@
+Your Game Title
+===============
+
+Entry in PyWeek #12  <http://www.pyweek.org/12/>
+URL: http://pyweek.org/e/skaapsteker
+Team: YOUR TEAM NAME (leave the "Team: bit")
+Members: YOUR TEAM MEMBERS (leave the "Members: bit")
+License: see LICENSE.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
+