Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 414 Bytes

README.org

File metadata and controls

20 lines (13 loc) · 414 Bytes

zball

https://github.com/chip2n/sokol-breakout/actions/workflows/ci.yaml/badge.svg

A Breakout-clone written in Zig.

You can play the web build here.

./zball.gif

Building for desktop

zig build -Doptimize=ReleaseSafe

Building for web

zig build -Dtarget=wasm32-emscripten -Doptimize=ReleaseSafe