(Un)apologetically Canadian rhythm/puzzle/adventure game for your arcade cabinet/smart fridge/laptop. Written with Zig and Raylib with ❤️.
- Zig 🦎 with descriptive variable names and comments if you feel like it 🤓
- conventional commits to describe changes in git
- Programmed in Zig for speed & explicit memory management
- Built with Raylib library
Instructions are platform agnostic. More or less. Go to ziglang.org to install Zig (0.13.0) for the system of your choice if you don't have it installed.
Alternatively, see zvm to manager multiple versions of Zig Then, clone the repo with
git clone https://github.com/Byte-Sized-Games/logJam/
then open a terminal in the directory and runzig build
to build for your system.
Nightly builds are available by clicking the badges above.
Important
Currently none of the assets are bundled with the binary, meaning that the repository still needs to be cloned in order to properly run the game files. This will eventually be remedied
Whenever we hit a release or tag, you'll find them on the releases page. If and when we hit 1.0.0, an itch.io page will also be available!