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:

ActionKey2ndController
Turn LeftLeftA(R) Left
Turn RightRightD(R) Right
Accelerate UpWLB
BreakDownSLT
Strafe LeftQD-Pad Left
Strafe RightED-Pad Right
Chroma JumpTabX
LaserSpaceRB
MissleEnterRT
BombCB
PauseESCPMenu

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

Download
secrets-of-the-maze-windows.zip 49 MB
Version 11 73 days ago
Download
secrets-of-the-maze-linux.zip 43 MB
Version 14 73 days ago
Download
secrets.dmg 78 MB
Version 12 73 days ago

Development log

Comments

Log in with itch.io to leave a comment.

Hi, for some reason I cannot open the zip after downloading the Windows version.

(1 edit)

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.