verath / sudoku_wasm

A WebAssembly sudoku solver running in the browser

Home Page:https://verath.github.io/sudoku_wasm/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sodoku_wasm

sodoku_wasm is a sudoku solver written in rust. It is compiled to WebAssembly (wasm) and runs in the browser.

Dependencies

Building

See the build.ps1 script.

Project Structure

  • ./dist: Latest release build, to be served via gh-pages.
  • ./solver: A "normal" Rust lib crate implementing a sudoku solver.
  • ./solver-wasm: A thin wrapper around the solver crate, compiled to wasm.
  • ./web: Static web assets implementing a simple sudoku UI that calls solver-wasm to solve the sudoku.

About

A WebAssembly sudoku solver running in the browser

https://verath.github.io/sudoku_wasm/dist/index.html


Languages

Language:Rust 53.5%Language:HTML 26.1%Language:CSS 16.6%Language:PowerShell 3.9%