comparison README.txt @ 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 1ea8fa09b70f
children 67387621c61b
comparison
equal deleted inserted replaced
192:3dc2b6290e66 193:d862cc209de4
1 Your Game Title 1 Your Game Title
2 =============== 2 ===============
3 3
4 Entry in PyWeek #12 <http://www.pyweek.org/12/> 4 Entry in PyWeek #17 <http://www.pyweek.org/17/>
5 URL: http://pyweek.org/e/nagslang 5 URL: http://pyweek.org/e/nagslang
6 Team: YOUR TEAM NAME (leave the "Team: bit") 6 Team: Cape Viper (leave the "Team: bit")
7 Members: YOUR TEAM MEMBERS (leave the "Members: bit") 7 Members: YOUR TEAM MEMBERS (leave the "Members: bit")
8 License: see LICENSE.txt 8 License: see LICENSE.txt
9
10 Requirements
11 ============
12
13 The game requires pygame and pymunk.
14
15 It was developed using python 2.7, pymunk 4.0 and pygame 1.9.2. Older
16 versions may or may not work.
17
18 The editor also requires Albow 2.2.0
19 (from http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/)
9 20
10 21
11 Running the Game 22 Running the Game
12 ---------------- 23 ----------------
13 24