Work in progress Sudoku open source game.
Templates list: https://lavaleak.github.io/anothr-sudoku
I chose to use node.js to handle the json files, and volta and pnpm to run, but those two are optional, can be used plain npm or yarn too.
pnpm install
# or
npm install
# or
yarn installpnpm build
# or
npm run build
# or
yarn build