PathFinder by Selver

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:
- Max Energy for the level
- Next map
- 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!
| Windows | https://github.com/pasanchez/pathfinder/blob/master/builds/windows.zip |
| Original URL | https://ldjam.com/events/ludum-dare/39/pathfinder-1 |
Ratings
| Given | 0🗳️ | 0🗨️ |
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! ;)