-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.txt
45 lines (26 loc) · 1.03 KB
/
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
39
40
41
42
43
44
Yo-yo Brawlah !
===============
Entry in PyWeek #7 <http://www.pyweek.org/7/>
Team: Canarabericans
Members: sjbrown, patrick, arcticclear
Thanks:
Linda - for all those meals
Swearsy - for not barfing on any keyboards
DEPENDENCIES:
You might need to install some of these before running the game:
Python: http://python.org/
PyGame: http://pyglet.org/
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
HOW TO PLAY THE GAME:
---------------------
Movement: Direction keys
Attack: CTRL key or SPACE BAR (or mousebutton?)
You can gather more string for your yoyo which increases its power and range.
When you have more than 5 string power, your yoyo will cast explosions, but
each explosion will remove one string.
If you are hit with something sharp, you will lose health. If you are down
to one health, you will lose all of your string. If you have no extra string
then you will die.