Simple 3D maze game with Three.js
The game looks its best when you play it at night in complete darkness with sound turned up.
If you want to run it locally with dev tools enabled, simply start an HTTP server from the directory where you cloned the game. For example I use python http.server module like so:
python -m http.server 8000
The game is a single HTML page with all the code in it. Load the html page in your browser by visiting http://localhost:8000/maze-walker.html
Run around and explore. The goal is to reach the centre of the maze and interact with what you find there. Hint: The portraits scattered around the maze are there to help you.
There's plenty of opportunity to get lost and even if you know the blueprint of the maze, to complete the puzzle is still a lot harder than you'd think.
Started: 22 September 2024
Almost finished: 26 September 2024
Finished: 7 October 2024
Scaffolding put in place by ChatGPT