Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katspaugh/wasm4-seal-adventure

A scrolling obstacle game
https://github.com/katspaugh/wasm4-seal-adventure

Last synced: 15 days ago
JSON representation

A scrolling obstacle game

Awesome Lists containing this project

README

        

# Seal Adventure

A game written in C for the [WASM-4](https://wasm4.org) fantasy console.

You control a seal who needs to traverse the northern seas while avoiding deadly icebergs.

Screenshot 2023-02-26 at 17 15 58

## 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!