Games in 3D mazes, and one using a random maze using A-Frame and Vue.js
Games are in french
Install PHP binary to have the possibilities to create a server
Si les serveurs de PHP sont down, prenez Symfony. Déplacez l'exécutable dans le dossier du projet, puis lancer dans un terminal windows les instructions suivantes (en étant dans le projet où il y a l'éxécutable):
symfony server:start
Go in the good directory where the project are, and run php executable
php -S localhost:8080
Then launch the site in the browser:
index (or level 0) : http://127.0.0.1:8080/
level 1 (question level) : http://127.0.0.1:8080/niveau1.html
level 2 (bunny search in pre-make maze) : http://127.0.0.1:8080/niveau2.html
bunny search in random maze : http://127.0.0.1:8000/rand.html
To open map editor, follow the link
http://127.0.0.1:8080/editor.html
- Stéphane Joseph
- Gabriel Theuws
- (pseudo) Pleexy
- (pseudo) thomas-26
A huge thanks to the work of palashbhowmick for Mazify