Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 356 Bytes

CracklePop

This program is written in the Zig programming language. See this page for installing Zig: https://ziglang.org/learn/getting-started/#direct

To compile and run the program:

Open a terminal emulator in the same directory/folder as the "build.zig" file and "src" folder, then enter:

zig build run

screenshot