Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 725 Bytes

Seran Sudoku

Ported Ward Cunningham's sudoku solver to a typescript CGI file.

Run our typescript edition here (using the seran-static file_server.ts):

deno run \
  --allow-net \
  --allow-read=. \
  --allow-run=. \
  https://static.wiki.dbbs.co/assets/deno/file_server.ts \
  --port 3000

Then compare this example: http://localhost:3000/sudoku.html?1..2..5.....3..6...2.4..7...1..4..3..7..2..8..6..1..9...6..9.7...5..1.....3..8..2