/nonogram

Nonogram puzzle in React done as a 48-hour assignement

Primary LanguageJavaScript

Web-based nonogram puzzle

Nonogram image

Includes 3 hard-coded puzzles (source).

Left-click to fill in a square with black. This cannot be undone, and too many mistakes will lead to a loss.

Right-click to mark it as empty. This can be undone by right-clicking once again.

Installation

cd nonogram
npm install

Usage

Start the server:

npm start

Upon starting the server, connect to localhost:3000/.