Boxman (Also called Sokoban Pushbox) is a transport puzzle in witch the player pushed boxes around a maze, viewed from above, and tries to put them in designated location. Only one box may be pushed at a time, and boxes cannot be pulled.
Compilation
To compile the source code you need to download CamlLight from inria.fr website.
execution
Load the main file
Include the boxman.ml file, file > include > browse_to_file_path
The game will be executed automatically.
Run the program
manually type in the caml interpeter then press enter:
1
jeu();;