An open-source game made for hack club Juice. This game is a dungeon/cave crawler puzzle platformer, where you craft items to solve "puzzles" that are integrated into the caves and needed to navigate the environment.
I am likely not going to be able to finish this game by the deadline, but I want to complete it and build it out to be a more advanced game in the future.
The internal engine used to manage items, striving to work idependently from the overarching game engine.
All of the game code is stored here, and is loaded as a gdextension in the godot project
The godot game project
- Build the rust project:
# in the checkout folder
cargo build- Open the godot project and hit run
This project is licensed under the MIT License - see the LICENSE file for details