An open API service indexing awesome lists of open source software.

https://github.com/Gertkeno/sphagetti_adventure

christmas present for helena
https://github.com/Gertkeno/sphagetti_adventure

wasm4 zig

Last synced: over 1 year ago
JSON representation

christmas present for helena

Awesome Lists containing this project

README

          

# Sphagetti Adventure

A game for Helena, Christmas 2022.

Written in [Zig 0.11.0](https://ziglang.org/download/) for the
[WASM-4](https://wasm4.org) fantasy console.

## Building

Build the cart by running:

```shell
zig build -Drelease-small=true
```

Then run it with:

```shell
w4 run zig-out/lib/cart.wasm
```