Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 342 Bytes

A very simple Nonogram game built with Ruby and TK.

Uses xml format puzzle like the ones you can get from http://webpbn.com/export.cgi Simply pass the .xml as an argument

Currently only supports 2 colour puzzles.

  • HJKL or Mouse to move
  • Left-Click or 'x' to mark
  • Right-Click or 'c' to toggle colours
  • '+' to zoom in
  • '-' to zoom out