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

https://github.com/peterhellberg/w4-balls


https://github.com/peterhellberg/w4-balls

game gamedev wasm4 zig

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# w4-balls :zap:

Using [Zig](https://ziglang.org/) to compile a `.wasm` cart for use in [WASM-4](https://wasm4.org/)

## Development

File watcher can be started by calling:
```sh
zig build spy
```

Running the cart in WASM-4:
```sh
zig build run
```

Deploy:
```
make Deploy
```