Skip to content

ritesh-tiw/wasm-cpp-sudoku

Repository files navigation

PROJECT_SUDKO_WASM

graph TB
  Sudko-app --> Sudko-genrator
  Sudko-app --> Sudko-Solver
	Sudko-genrator --> what-it-can-do
  what-it-can-do --> genrate-random-sudko
  what-it-can-do --> generate-an-svg-file-in-cwd-9*9
  Sudko-Solver --> uses-wasm-tell-solve-the-sudko-if-it-is-solveable

 

Loading

TO RUN SUDKO-GENERATOR RUN

from cwd as sudko-generator
bash setup.sh
now u can run sudkoGen from anywhere after restarting the terminal

TO RUN SUDKO_SOLVER from sudko-solver as cwd

./build.sh

In case its not working just run

emcc --bind -o public/sudoku-solver.js src/wasm-bindings.cc src/solver.cc src/grid.cc -s NO_DISABLE_EXCEPTION_CATCHING -O3

from the terminal

u need to have wasm , g++ ,cmake ,installed

now to run the sudko_solver_int_web

uses

python3 -m http.server
clipr.webm
clipl.webm

About

WASM_CPP_ REACT sudoku solver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors