-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
52 lines (31 loc) · 1023 Bytes
/
README.txt
File metadata and controls
52 lines (31 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
9 Lives
=======
Entry in PyWeek #12 <http://www.pyweek.org/12/>
URL: http://pyweek.org/e/Grizzly
Team: Grizzly Games
Members: Levayaj, phoe6, rakeshs
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
Dependencies
------------
Install pyglet library in your Operating System.
How to Play the Game
--------------------
Use the Allow Keys to catch the interests of the cat within 1 minute.
Do not hit the barb-wire that is surrounding the fence.
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