This game was made in 7 days by Lucy and AttentiveColon for the Odin 7 day game jam
- The Odin programming language
- Started from Karl's web template
- Raylib library
- LDtk
- Blender
- The Sound effects are from freesound.org
- Everything else was made by us, including music and 3D assets.
Desktop build:
odin run source/main_desktop -show-debug-messages -define:RAYLIB_SHARED=true
You'll need a new build of raylib as a dynamic library placed in the root directory. A critical bug was fixed after the latest release so the one shipped with Odin won't work. A dll is provided in this repository. It will work on Windows.