peterhellberg/w4-1bit-paint
No description provided.
refs
A pretty minimal paint program written in Zig,
compiled into a .wasm
cart for use in the
fantasy console WASM-4.
:video_game: Play or :package: Download
Key | |
---|---|
Z | Clear white |
X | Clear black |
M1 | Color |
M2 | Toggle |
M3 | Toggle all |
Arrows | Switch “color” that is drawn with M1 |
File watcher can be started by calling:
zig build spy
Running the cart in WASM-4:
zig build run
Deploy:
make deploy