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
- Host: GitHub
- URL: https://github.com/Gertkeno/sphagetti_adventure
- Owner: Gertkeno
- Created: 2022-12-26T21:33:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T20:46:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T16:50:18.082Z (over 1 year ago)
- Topics: wasm4, zig
- Language: Zig
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```