Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.72 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.72 KB

Logo

Klocki


An arcade game written in Rust using the ggez library.

Supported platforms

  • Windows
  • Linux
  • Mac

Download

Visit the release tab.

Resources

Music created by Patrick de Arteaga.
Icon made by Vitaly Gorbachev from www.flaticon.com.

Development

Easiest way to obtain cargo is from rustup.rs.

git clone https://github.com/piotrek-szczygiel/klocki
cd klocki
cargo build

Debian dependencies

sudo apt-get install libasound2-dev libudev-dev

Arch dependencies

sudo pacman -S alsa-lib gcc-libs systemd-libs