Escape-sprowe / config / egc / testNoPieces.egc
testNoPieces.egc
Raw
Coordinate type : SQUARE
xMax : 25
yMax : 20

Locations :
    (10, 3) clear player1 dog
	(3, 4) player2 horse
	(3, 3) exit
	
Piece descriptors :
	SNAIL omni [distance 1]
	DOG omni [distance 2]
	HORSE omni [distance 7]
	bird linear [fly 5]
	frog omni [distance 3, unblock]
	
Rules :
	TURN_LIMIT 4