Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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~