Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 602 Bytes

Zig Dug

Zig Dug is a small and simple puzzle game inspired by Boulder Dash, written in Zig using Raylib. It's a small open source demo project, with N playable levels. The goal of the game is to collect all gems in a level to unlock the exit door and proceed to the next level.

Building and running

In order to build and run the game you need the Zig compiler. The game works with Zig 0.9.x. The game builds and runs correctly at least on Windows. Other platforms are unverified.

To build and run the game just run the following command from the root of the project:

zig build run