Pinned Loading
-
-
-
JavaScript Sudoku Generator
JavaScript Sudoku Generator 1/**
2* Sudoku Generator Algorithm
3* Reference: https://www.101computing.net/sudoku-generator-algorithm/
4*/
5 -
minesweeper.js
minesweeper.js 1const ROWS = 24;
2const COLS = 24;
34var puzzle = [];
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.