https://github.com/aduros/lime-volleyball
A WASM-4 game jam entry
https://github.com/aduros/lime-volleyball
wasm4
Last synced: 7 months ago
JSON representation
A WASM-4 game jam entry
- Host: GitHub
- URL: https://github.com/aduros/lime-volleyball
- Owner: aduros
- Created: 2022-01-30T03:25:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T03:25:38.000Z (over 3 years ago)
- Last Synced: 2025-02-10T15:36:41.117Z (8 months ago)
- Topics: wasm4
- Language: C
- Homepage: https://aduros.itch.io/lime-volleyball
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lime Volleyball
A game written in C for the [WASM-4](https://wasm4.org) fantasy console.
You can play it at https://aduros.itch.io/lime-volleyball
## Building
Build the cart by running:
```shell
make
```Then run it with:
```shell
w4 run build/cart.wasm
```For more info about setting up WASM-4, see the [quickstart guide](https://wasm4.org/docs/getting-started/setup?code-lang=c#quickstart).
## Links
- [Documentation](https://wasm4.org/docs): Learn more about WASM-4.
- [Snake Tutorial](https://wasm4.org/docs/tutorials/snake/goal): Learn how to build a complete game
with a step-by-step tutorial.
- [GitHub](https://github.com/aduros/wasm4): Submit an issue or PR. Contributions are welcome!