/sudokujs

Primary LanguageJavaScriptMIT LicenseMIT

SudokuJS

Sudoku recreated in Javascript using Pixi.js

Running

To install needed dependencies:

yarn install

To start the local development server

yarn start

To build the application use:

yarn build