The Beast(Demo..Sortof)

Miscellaneous Forums/Blitz Showcase/The Beast(Demo..Sortof)

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.

Off-topic: I'm curious, how do you guys change your .exe icon?

Off-topic: Try to use reshacker..

plus there's a userlib to replace the icon in the window titlebar.

How do you make a step?

Maybe Im being daft here but I tried all the common key combinations and the mouse - nothing worked.

IPete2.

IPete2: The mouse, but you can only click on a walkable square directly touching your character (the white box, IIRC)

oh thanks, Im glad you explained that - (hint some instructions with the proggie maight be a good idea).

IPete2.

Instructions would have been a good idea indeed -- took me a while to figure out how to control it as well, or realize that the point was to catch the monster in the dead ends of the walls.

Sorry 'bout that.. I've updated my post with the instructions. I've also updated the link to the latest version, which contains new levels(7 total).