
PathFinder
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
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!