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)
- Host: GitHub
- URL: https://github.com/peterhellberg/tic80-farm
- Owner: peterhellberg
- Created: 2023-12-05T13:31:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T13:42:11.000Z (about 1 year ago)
- Last Synced: 2025-05-14T14:56:39.604Z (about 1 year ago)
- Language: Zig
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`