资 源 简 介
A game simmilar to Robozzle written in Java for an ANSI terminal.
You can write you own games or try to solve allready provided ones
USAGE:
How to play:
Enter a new maze from file and the nwirte a script to solve
the game. The script will contain commands (Only one on each line!!!).
Example:
###################
move turnCW move
########################
I. Basic Commands:
"move" - move forward in teh direction the player is facing
"turnCW" - turns clockwise
"turnCCW" - turns counter clockwise
II. Special Commands:
Condtional: You can condition a command to be executed only
when a specific color is present in the room.
Example:
########################
on red move on red turnCW on blue turnCCW
文 件 列 表
goldmine
source
doc
gold
class-use
Maze.html
cross-solve~
goldmine.jar
README
gold.solve
boomerang.solve
boomerang~
README~
criss-cross.game
criss-cross.solve
cross.game
boomerang.game
gold.game
gold2.game
spiral.game
spiral.solve
tree.game
tree.solve
gold2.solve
boomerang-solve~
cross.solve
gold2.solve~
source
doc
gold
class-use
CommandMove.html