Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiniau/webassembly-sudoku
A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction
https://github.com/yiniau/webassembly-sudoku
Last synced: 9 days ago
JSON representation
A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction
- Host: GitHub
- URL: https://github.com/yiniau/webassembly-sudoku
- Owner: Yiniau
- License: mit
- Created: 2018-04-23T15:07:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T09:43:09.000Z (almost 7 years ago)
- Last Synced: 2024-11-20T23:00:51.492Z (2 months ago)
- Language: Rust
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webassembly-sudoku
A simple project about making the sudoku game logic run in WebAssembly, JS is only responsible for interaction## build project
```bash
yarn install && yarn run build:wasm
```## run server
```bash
yarn start:dev
```## project status
now sudoku matrix can only display in devtool~