block - a small text based maze game
A sample of the game in progress:
# } #
############^####
*@@ .
####### #########
# #
###
The aim is to reach the exit }
while eating all sweeties .
by pushing the blocks @
into suitable positions.
You are * +
and can move through one way doors < v ^ >
while the blocks can not.
To move around you can use h j k l
or the numeric keypad 1 2 5 3
while jumps are controlled by H L 4 6 or z x
- -h
- Help. You can hit '?' while playing the game for more help.
- -a<character>
- Use the given character as cursor.
- -g<filename>
- Load game from file <filename> eg -gtest. The -g can be omitted.
- -m
- Game has to be completed within a given number of moves.
- -s
- All sweeties have to be collected to win.
Game by Marc Welz mwelz@erebor.bch.uct.ac.za.
Game Modified by Ovis ovis@ok.aiva.lt.
Man page by Joey Hess jeh22@cornell.edu.
Redistribution is subject to the GNU public license.
Probably contains bugs - but if I knew what they were they would not be there
...