Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/katspaugh/wasm4-seal-adventure
- Owner: katspaugh
- Created: 2023-02-26T16:17:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-26T19:00:17.000Z (over 1 year ago)
- Last Synced: 2024-10-08T02:41:18.603Z (about 1 month ago)
- Language: C
- Homepage: https://wasm4.org/play/seal-adventure/
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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!