A maze game about traversing a maze by strategically turning into a ghost.
Download the release build from the release section.
If you want to build the game yourself you will need a couple of things:
- An Odinlang compiler
- source code
You can get the odin compiler from here and the source code by just clicking the green button 'Code' & then 'Download ZIP'.
Once downloaded both files, unzip the game somewhere (for this example I will place it at the base of the C:\ drive) & create a toolchain folder inside the game folder. Place the contents of the compiler zip such that odin.exe is inside the toolchain folder as shown below.
C:\HAUNTEDMAZE.
├───.vscode
├───build
├───main_hot_reload
├───main_release
├───scripts
├───shaders
├───third_party
│ └───...
└───toolchain
│ └───odin.exeTo build the game run the build_release_local_odin.bat script from the root of the project.
C:\HAUNTEDMAZE> scripts\build_release_local_odin.batTo start the game run it from the command line or open the build folder in your File Explorer:
C:\HAUNTEDMAZE> cd build
C:\HAUNTEDMAZE\BUILD> game_release.exeTools used: