https://github.com/thedavesims/wormhole
A GBJAM9 entry written in C for the WASM-4 fantasy console.
https://github.com/thedavesims/wormhole
2bit c fantasy-console game gbjam9 retro retrogame wasm wasm4 webassembly
Last synced: 3 months ago
JSON representation
A GBJAM9 entry written in C for the WASM-4 fantasy console.
- Host: GitHub
- URL: https://github.com/thedavesims/wormhole
- Owner: thedavesims
- Created: 2021-10-16T18:49:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T20:49:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T06:22:43.063Z (6 months ago)
- Topics: 2bit, c, fantasy-console, game, gbjam9, retro, retrogame, wasm, wasm4, webassembly
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wormhole
A [GBJAM9](https://itch.io/jam/gbjam-9) entry written in C for the [WASM-4 fantasy console](https://wasm4.org/). WASM-4 allows you to write games in C, compile to WebAssembly, and run them in the browser: [Play it on wasm4.org](https://wasm4.org/play/wormhole).
This is game jam code of questionable quality. To build it, you will need the the [WASI SDK](https://github.com/WebAssembly/wasi-sdk) installed and the `WASI_SDK_PATH` environmental variable set.