3f087f686f528aca50cbd436d91d5bb85d15d96f
[koperkapel.git] / README
1 This is the repo for the koperkapel team entry for pyweek 21.
2
3 Quickstart
4 ==========
5
6 The koperkapel entry uses pygame-zero. Pygame-zero requires Python 3.
7 Instructions for installing pygame-zero on various operating systems
8 can be found at https://pygame-zero.readthedocs.org/en/latest/installation.html.
9
10 Running the game
11 ================
12
13 This game requires Python 3.
14
15 Run the game using:
16
17 $ python -m koperkapel
18
19 or, if your default python is Python 2,
20
21 $ python3 -m koperkapel
22
23 or just
24
25 $ ./run_game.py
26
27 Playing the game
28 ===============
29
30
31 Arrow keys move the hero
32
33 'C' interacts with objects in the world you're standing on, and picks up items in the world
34
35 'X' fires
36
37 'Z' switches to the roach management screen, which allows you to use some of the items in the world, or
38 switches back from the roach management window.
39
40 'V' switches you in and out of vehicles.
41
42 The roach management screen is mouse driven. Click on seats (the ovals on the left) to select them. Click of the cockroaches on the right to add them to the seats.
43
44 Serums can be applied by clicking on them in the inventory. Serums increase your stats (strength, speed and intelligence). Currently only intelligence is useful as
45 it controls which keypads you can open.
46
47 Your health is dependant on the number of roaches you control. More roaches means more health. When you take damage, roaches may die and your health drops.
48
49 ESC returns you to the main menu.