To play this game you must have installed both C and Allegro dependencies. If you do, run the following commands:
make
This will compile all the files, so the game will work as it should.
./play
This command will run the game, a screen must pop up with the map and all the others elements.
Every that you win or lose the game a score will be saved in scores.txt
, if you don't provide any name your score will be saved as "Rockford".
But if you do want to provide a name, use this option:
./play -n your_name
- Move the character: use the
ARROW KEYS
- Info screen: press
H
orF1
- Restart: press
ESC
- Quit: press
Q
or close the window
There is a cheat code in this game that allows you to walk through the brick walls, but I'm not going to tell how to activate it. You need to find on your own...