Byte-Sized-Games / logJam

Arcade-style rhythmic puzzle game inspired by Canadian folklore (that one cartoon)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logger

Static Badge

GitHub Actions Workflow Status

(Un)apologetically Canadian rhythm/puzzle/adventure game for your arcade cabinet/smart fridge/laptop. Written with Zig and Raylib with ❤️.

Features

🦾 Code

  • Zig 🦎 with descriptive variable names and comments if you feel like it 🤓
  • conventional commits to describe changes in git

⚙️ Technologies

  • Programmed in Zig for speed & explicit memory management
  • Built with Raylib library

Building this project

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 run zig build to build for your system.

Binaries

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!

About

Arcade-style rhythmic puzzle game inspired by Canadian folklore (that one cartoon)

License:GNU General Public License v3.0


Languages

Language:C 99.3%Language:C++ 0.4%Language:Zig 0.3%Language:CMake 0.0%