Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dar5hak/wasm4-sudoku

Sudoku for the WASM-4 fantasy console
https://github.com/dar5hak/wasm4-sudoku

assemblyscript game hacktoberfest sudoku wasm4

Last synced: 5 days ago
JSON representation

Sudoku for the WASM-4 fantasy console

Awesome Lists containing this project

README

        

# wasm4-sudoku

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

## Building

First setup the project by running:

```shell
npm install
```

Build the cart by running:

```shell
npm run build
```

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