Skip to content

PeterPerhac/maze-walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Walker

Simple 3D maze game with Three.js

You can play it here

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

Maze Walker


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.

Lights are out, you only hold a candle in your hands

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.

The full maze map. No cheating!

You can play it here

Started: 22 September 2024
Almost finished: 26 September 2024
Finished: 7 October 2024

Scaffolding put in place by ChatGPT