peterhellberg/w4-zig-bingosylt
This repository has no description.
A game written in Zig for the WASM-4 fantasy console.
Build the cart by running:
make
Then run it with:
make run
Bundle for html, linux and windows using:
make bundle
I generate sprites from PNG files like this w4 png2src -t sprite.tpl image.png
Where the custom template for w4 png2src
looks like this:
{{#sprites}}
pub const {{name}} = Sprite{
.sprite = ([{{length}}]u8{ {{bytes}} })[0..],
.width = {{width}},
.height = {{height}},
.flags = w4.{{flagsHumanReadable}},
};
{{/sprites}}
Kodsnacks Tvåveckorssylt - #9 https://itch.io/jam/spelsylt9
IMPORTANT Submissions open to November 6th 2023 at 12:00 AM
Skapa din egen bingorad från bingobrickan nedanför. Du måste välja minst 2 rutor och de måste sitta ihop enligt klassiska bingoregler (horisontellt, vertikalt eller diagonalt).
Skriva gärna på ditt spel vilka brickor du valde!