I really like playing nonogram on my phone and wanted to replicate it.
In order to run this, you need to have NodeJS and npm installed.
The following steps allow you to setup the environment to run this application.
- Git clone the repository
- Run
npm install
- Run
npm start
- Make puzzle generation better to always have solvable puzzles
- Don't make the difficulty rank up so fast