changeset 193:d862cc209de4

Add some notes on requirements to the readme
author Neil Muller <drnlmuller@gmail.com>
date Tue, 03 Sep 2013 21:53:24 +0200
parents 3dc2b6290e66
children 3477f5a28605
files README.txt
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Tue Sep 03 21:16:22 2013 +0200
+++ b/README.txt	Tue Sep 03 21:53:24 2013 +0200
@@ -1,12 +1,23 @@
 Your Game Title
 ===============
 
-Entry in PyWeek #12  <http://www.pyweek.org/12/>
+Entry in PyWeek #17  <http://www.pyweek.org/17/>
 URL: http://pyweek.org/e/nagslang
-Team: YOUR TEAM NAME (leave the "Team: bit")
+Team: Cape Viper (leave the "Team: bit")
 Members: YOUR TEAM MEMBERS (leave the "Members: bit")
 License: see LICENSE.txt
 
+Requirements
+============
+
+The game requires pygame and pymunk.
+
+It was developed using python 2.7, pymunk 4.0 and pygame 1.9.2. Older
+versions may or may not work.
+
+The editor also requires Albow 2.2.0
+  (from http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/)
+
 
 Running the Game
 ----------------