Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dar5hak/wasm4-sudoku
- Owner: dar5hak
- License: other
- Created: 2023-10-29T10:43:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T18:59:13.000Z (about 1 year ago)
- Last Synced: 2024-12-16T16:16:06.560Z (7 days ago)
- Topics: assemblyscript, game, hacktoberfest, sudoku, wasm4
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!