https://github.com/peterhellberg/tic80-spelsylt951
https://github.com/peterhellberg/tic80-spelsylt951
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterhellberg/tic80-spelsylt951
- Owner: peterhellberg
- Created: 2024-01-14T12:03:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T18:14:44.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:11:26.512Z (about 1 year ago)
- Language: Zig
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic80-spelsylt951 :zap:
Using [Zig](https://ziglang.org/) to compile a `.wasm` that is
then imported into a [TIC-80](https://tic80.com/) cart.
## Jam :sweden:
Kodsnacks spelsylt9.5.1
Typ fyra timmar under en söndag.
Den halvofficiella spelsylt 9.5.1.
> Streckfigur på omöjligt uppdrag.
> [!IMPORTANT]
> Du måste rita alla sprites i paint (eller liknande program, ni fattar). Gör lite som ni vill med annan grafik men huvudkaraktären ska vara (ful)ritad iaf. Tänk doodles ni gör under ett halvkul möte.
> Spelbart i browser helst.
## Development
File watcher can be started by calling:
```sh
zig build spy
```
Running TIC-80 (Pro) is done via:
```sh
zig build run
```
After exiting the cart, you can
`import binary zig-out/bin/cart.wasm`
and then `run` to load new code.
> [!Note]
> I've bound **button 4** to exit the cart.