Secrets of the Maze
Secrets Of The Maze
A GameOff 2024 Contribution
Fly through a multi dimensional maze and reveal hidden secrets.
Note: Due to a bug in Godot 4.3, we disabled the glow/bloom effect in the web version. For better performance and better visuals, try the native builds. Thanks.
Known Bugs:
- after completing the last level, the center level is not selectable.
- some GPUs on linux show wrong white borders on the maze-grid
Controls:
Action | Key | 2nd | Controller |
Turn Left | Left | A | (R) Left |
Turn Right | Right | D | (R) Right |
Accelerate | Up | W | LB |
Break | Down | S | LT |
Strafe Left | Q | D-Pad Left | |
Strafe Right | E | D-Pad Right | |
Chroma Jump | Tab | X | |
Laser | Space | RB | |
Missle | Enter | RT | |
Bomb | C | B | |
Pause | ESC | P | Menu |
Settings:
There is only 1 setting which controls the scale of the maze. If you feel it's too difficult, try setting the scale to small. This gives you a better overview over the level.
Tutorial:
The game consists of one maze which is divided into 3 levels. Each level has 3 dimensions: blue, red and green. We call them chroma layers.
In each layer there are 2 chroma crystals, matching the colors of the other two layers. For example in the blue layers, there will be a red and a green chroma crystal. obtaining a crystal allows you to chroma jump to the other layer.
Each layer has an end portal. Reaching it will stop the time and unlock the layer in the next level. You keep the crystals you collected when reaching the portal.
Cheat Codes
As wildcard for the game jam, we included some cheat codes. Just type them in during level select or while playing. You should hear a chime when it's accepted.
Download
Development log
- Minor Updates and Bugfixes73 days ago
- 1.0 ReleasedDec 01, 2024
- prerelease 1.0-alpha.1Dec 01, 2024
- Pre-Release 1.0-alphaDec 01, 2024
Comments
Log in with itch.io to leave a comment.
Hi, for some reason I cannot open the zip after downloading the Windows version.
Absolutely amazing game, best made! It works well for me on firefox, even my own godot made game
web version didnt work with firefox :(
yeah, firefox causes problems with godot 4.x games. maybe the fix described here helps? https://lunarcandor.itch.io/foxfix
cool thx. does it run on chrome?
yes. it should
Hi, just fyi the web version gave me this error:
Error
The following features required to run Godot projects on the Web are missing:
Cross-Origin Isolation - Check that the web server configuration sends the correct headers.
SharedArrayBuffer - Check that the web server configuration sends the correct headers.
Hi, thanks for trying. Which os/browser are you using? it usually works with Chrome.
I'm using chrome on windows.