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

https://github.com/peterhellberg/tic80-farm

Farming Game in TIC-80, written in Zig ⚡ (Based on https://www.youtube.com/watch?v=d6lu_dLie_E&list=PLavIQQGm3RCmPt93jcg4LEQTvoZRFf9l0)
https://github.com/peterhellberg/tic80-farm

Last synced: about 2 months ago
JSON representation

Farming Game in TIC-80, written in Zig ⚡ (Based on https://www.youtube.com/watch?v=d6lu_dLie_E&list=PLavIQQGm3RCmPt93jcg4LEQTvoZRFf9l0)

Awesome Lists containing this project

README

          

# tic80-farm :carrot:

Using [Zig](https://ziglang.org/) to compile a `.wasm` that is
then imported into a [TIC-80](https://tic80.com/) cart.

## Development

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

Running TIC-80 (Pro) is done via:
```sh
zig build run
```

> [!Note]
> Reload the cart using `Ctrl-R`