1Help Hannah's Horse - Version 0.2.b
2(c) 2007 Steve Branley
3Released under the GPL Version 2. Please read gpl.txt for details.
4-------------------
5
6
7Installation
8------------
9
10make
11make install
12will install the data in /usr/local/games/hhh and the binary in /usr/local/bin
13For more details please see INSTALL
14
15Caveats
16-------
17
18This is my first even vaguely complete game. It's not even *that* complete, but it is playable.
19There are several known bugs which I shall summerise...
20
21...now:
22
231. The score vanishes for a short while when "Get Ready" is displayed. I'll sort this sometime.
242. The code is *BAD* (I mean really bad... I'm sorry) so don't go complaining that my coding style
25(if there is such a thing) is bad or poorly styled, I know it is, this game sort of evolved
26from something else.
273. Make install now works. (game is installed in /usr/local/games/hhh binary in /usr/local/bin)
284. On linux the hiscore table goes in ~/.hannah/hiscore.dat (whether installed globally or not)
29
30Aim
31---
32
33Basically, it's pacman with a fast food twist. You have to get the pills, pacman style, while also
34collecting the carrots that move around the mazes. There are also different styles of gates to make
35things trickier. These are:
36
37* Red and White - only the ghosts can cross them
38* Blue and White - only hannah can cross them
39* Wooden gates - both hannah and the ghosts can cross, but only passing from below to above
40* Red prison door things - need hannah to get the red key to open
41
42There are some command line switches you can use:
43
44-fullscreen will put the game in fullscreen mode
45-map X will start the game on level X
46
47At the moment there are only 15 levels and the game will crash when level 15 has been finished (I'll sort this when I have some more levels)
48
49That's about it. The hiscore table sort of works and everything...
50
51I would LOVE some feedback (good, bad, bugs...) to yottskry_at_gmx_dot_net (you can figure that out I'm sure)
52