Skip to content

lavaleak/anothr-sudoku

Repository files navigation

Anothr Sudoku

Work in progress Sudoku open source game.


Levels data

Templates list: https://lavaleak.github.io/anothr-sudoku


Contribute

How to build the index.json?

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.

1. Install dependencies

pnpm install
# or
npm install
# or
yarn install

2. Run the build command

pnpm build
# or
npm run build
# or
yarn build

About

Work in progress Sudoku open source game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published