-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
38 lines (30 loc) · 887 Bytes
/
README.txt
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
Spring 2014 - GAME AI Final Project
TEAM:
Mocking Jay
CONTRIBUTORS:
Whitney Henderson
Nathan Korzekwa
Nathan Eppinger
USING:
Pygame
VERSION OF PYTHON:
2.7.6
LIBRARIES ADDED:
PIL
HOW TO RUN:
python main.py
CONTROLS:
- Click on Tributes on Map to read their stats (a little slow, so give it a moment)
- OR Click on their name in the bottom left (admittedly, this function is a little buggy
- Press q to pause game
- Press q to unpause game
- Press w to give the currently selected tribute a weapon
- Press f to give the currently selected tribute some food
- Press d to give the currently selected tribute some water/a drink
TO CHOOSE A DIFFERENT MAP:
- Look at the maps in the map file and pick one.
- Open engine.py
- Change line 79 to the appropriate map file
- TADA!
END OF GAME:
When you get down to the last tribute, the winner will be announced at the bottom of the screen.