Télécharger les fichiers sources avec l'une de ces commande :
Sources récente avec git :
git clone git://github.com/dralagen/labyrinth.git
git clone git://dralagen.fr/labyrinth.git
Sources de la version 1.0 avec wget :
wget https://github.com/dralagen/labyrinth/archive/v1.0.zip
wget http://git.dralagen.fr/?p=labyrinth.git;a=snapshot;h=v1.0;sf=tgz
Puis compiler :
cd labyrinth/src
make
./laby
ou
./laby width height "Name"
Par default width = height = 8 avec width et height correspond au nombre de salle en largeur et en hauteur.
Limite:
- minimum : 2x2 mais labyrinthe impossible a finir.
- optimale : entre 8x8 et 12x12.
- maxium : aucune sauf que l'affichage se fait mal si l'on dépasse la largeur de ton terminal.