Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 253 Bytes

Nonogrammer

Solves nonograms programmatically.

What's a Nonogram? visit nonograms.org

Installation

  • Clone repository
  • Install dependencies yarn install
  • Compile source npx tsc
  • Run it! (TODO: Add running steps)