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

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

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!