You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
boulderman.lpr | 2 years ago | |
dataUnit.pas | 1 year ago | |
gameUnit.pas | 1 year ago | |
heroEnemy.pas | 1 year ago | |
intro.kye | 2 years ago | |
moversProc.pas | 1 year ago | |
toolsProc.pas | 1 year ago |
README.md
Boulderman
A game that is a clone of Kye by Colin Garbutt. It's not an exact relica or anything like that, I wanted to recreate the game mechanics in my own way.
Usage
./boulderman [level.file]
Call with no arguments to get the intro level.
Controls
Move with i
,j
,k
,l
.
Skip a turn with the spacebar.
Quit level with q
.
Credits
intro.kye
is from Kye by Colin Phipps under the GPL licence.