Skip to content

survivorbat/nono.maarten.dev

Repository files navigation

Nonogram

I really like playing nonogram on my phone and wanted to replicate it.

Prerequisites

In order to run this, you need to have NodeJS and npm installed.

Getting Started

The following steps allow you to setup the environment to run this application.

  1. Git clone the repository
  2. Run npm install
  3. Run npm start

TODO

  • Make puzzle generation better to always have solvable puzzles
  • Don't make the difficulty rank up so fast