# HG changeset patch # User Neil Muller # Date 1282487481 -7200 # Node ID a02dc1e26c603e39f1b7cc85f3b080b4b6d6b789 # Parent 05f4e9e097642cb4bacfc922f58b56aeae0f635c# Parent 65d9de520328c8c851e45a9d2cf3d51297dfe4b5 Merge from trunk diff -r 05f4e9e09764 -r a02dc1e26c60 README.txt --- a/README.txt Sun Aug 22 16:30:04 2010 +0200 +++ b/README.txt Sun Aug 22 16:31:21 2010 +0200 @@ -1,40 +1,74 @@ Your Game Title =============== -Entry in PyWeek #4 -Team: YOUR TEAM NAME (leave the "Team: bit") -Members: YOUR TEAM MEMBERS (leave the "Members: bit") +Entry in PyWeek #11 +Team: Boomslang +Members: + Adrianna Pinska + Jeremy Thurgood + Neil Muller + Simon Cross + Stefano Rivera -DEPENDENCIES: +A second PyWeek entry by the hackers of the Cape Town Python Users Group +(CTPUG). The theme for PyWeek 11 was "Caught". -You might need to install some of these before running the game: +RUNNING THE GAME +================ - Python: http://www.python.org/ - PyGame: http://www.pygame.org/ - PyOpenGL: http://pyopengl.sf.net/ +It is likely that you have obtain the game in one of four possible ways: + +Windows: +If you have the Windows .zip file, unzip it, find foxassault.exe and +doube-click it to launch the game. + +Unix: +If you have the Unix .tgz file, make sure you have Python and pygame +installed. The extract the tar file and run "python run_game.py" from +inside the extracted folder. -RUNNING THE GAME: +Mac OS X: -On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it. +If you have the Mac OS X .dmg file, double-click to open it. Drag +Operation Fox Assault to Applications to install. Alternatively, +double-click on Operation Fox Assault to run it. -Othewise open a terminal / console and "cd" to the game directory and run: +Source: - python run_game.py +If you have obtained the source directly, you need to install the +dependencies listed further down. Then run "python run_game.py". +HOW TO PLAY THE GAME +==================== +??? -HOW TO PLAY THE GAME: +DEPENDENCIES +============ + +You will need to install these before running the game: -Move the cursor around the screen with the mouse. + Python: http://www.python.org/ + PyGame: http://www.pygame.org/ + Albow: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/ -Press the left mouse button to fire the ducks. +??? requires python 2.5 or later, pygame 1.8 or later and +Albow 2.1.0. +LICENSE +======= +MIT License. See COPYING. -LICENSE: +LINKS +===== -This game skellington is placed in the Public Domain. +- http://ctpug.org.za/ +- IRC: #ctpug on Atrum (http://www.atrum.org) +- http://www.pyweek.org/11/ +- IRC: #pyweek on FreeNode +- http://search.twitter.com/search?q=pyweek