Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.01 KB

Nonograms

This is a game of endless, randomly generated but solvable, Nonogram puzzles.

Development

  • Install Node.js v20+ and Yarn
  • yarn install
  • npm test
  • npm run start

Deployment

Run npm run deploy to release on GitHub Pages using gh-pages package.

Resources and Notes

If there is precisely one solution, the Nonogram is called uniquely solvable; Nonograms in puzzle collections are usually of this class.