This is the game we created for Game Off 2024, theme "Secret". A minimalistic, action-based dungeon crawler.
If you just want to play the latest version of the game, it should be available here: https://gx.games/games/i4xwr1/
The link provided is the only binary build of the game produced by us. Any other binaries of the game are third-party.
There is no itch page for this game, it was removed after the Game Off finished.
If you want to modify the game (add/remove rooms, enemies, items), use it as a base for your own project, or just build a native version for your own platform, you should:
- Read and accept the game's LICENSE.
- Download a copy of GameMaker. Get the latest stable version, not the LTS release.
- Clone this repository (or just download the code).
- On GameMaker's start page, click "Open", then navigate to the cloned repo and select the
Game Off 2024.yyp
file. - Test that the game builds correctly by going to Build -> Run.
- Optionally, build your native executables by going to Build -> Create Executable.