Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.
/ nonograms Public archive
forked from slancio/nonograms

A nonogram/hanjie browser game built with jQuery.

Notifications You must be signed in to change notification settings

nick-andren/nonograms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nonograms

An implementation of the classic nonograms logic puzzle in JavaScript

Getting Started

To run this project, simply open up index.html in your favorite web browser

How to Play

Nonograms are images that are generated by following hints that associated with a grid. The hints are sequences of numbers, which mean that the row or column that they're next to should contain those groupings in order to be completed. For example, a row may have the numbers "2 1 4" next to it, meaning that that row should have a sequence of four filled-in blocks, followed by a single filled-in block, and finally, a sequence of four. Once all of the cells are filled in properly, an image will form.

You can view the Wikipedia page on Nonograms for further detail

About

A nonogram/hanjie browser game built with jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.5%
  • CSS 24.1%
  • HTML 9.4%