| I've just completed my very first AI in Blitz(Yay!) and I want to show it off to the world, so check it out: http://www.myfilehut.com/userfiles/18494/thebeast.ace
 
 It's simple, but i'm proud to have made it :o)
 
 The objective of the game is to reach the goal (the green square) while avoiding 'The Beast' (black square) by strategically trapping him behind walls.  To move, click to the tile you want to move to.  You can only move one tile in any direction per turn; the beast moves two tiles per turn.  When you hover the mouse over a tile, if it turns yellow, it means you can move, if it's red, this indicates there's a wall.
 
 Here are the controls for the included editor:
 
 Left mouse click	-	Paint/Place object at mouse x,y
 Right mouse click	-	Erase wall at mouse x,y
 P key		-	Paint mode/Wall mode
 E key		-	Enemy spawn mode
 W key		-	Goal mode
 Q key		-	Player spawn mode
 Ctrl-S		-	Save map as
 Ctrl-L		-	Load map
 
 If you want to contribute to the game by making a map or two that'd be great :o)  I'll give credits too.
 
 
 I'm aware that a 'MAV' error pops up after level 7.  It's because there's no level after that, and the program tries to load another.
 
 
 |