
Ludum Dare #39compo
PathFinder

Description:
Simple puzzle game with text-based level creation.
Help the little robot to find the path to freedom.
Controls:
The camera moves pushing the screen borders with the mouse.
Use the mouse wheel to zoom the camera.
The robot is controlled using the arrow keys.
Map Creation:
You can create your own levels! In the game folder you will find a folder called maps.
All map files follow the same structure:
1. Max Energy for the level
2. Next map
3. Level definition, where:
* 'w': wall
* ' ': empty
* 'e': exit
* 'p': player
* 'b': box
* 'l': barrel
When the game starts it will look for a file called init.map where the first level must be defined.
Comments:
This time I had little to no time for Ludum Dare so I didn't get to implement sounds or a proper interface. I hope you enjoy the game anyway!

Comments1


I do believe it needs sounds, though, to set up some mood for the game. And, also, in this type of game I like the possibility to speed up/slow down how the actors move, since some times people make'em a tad slow. :P
But Good Job there, sir! ;)