mike-shields-dev / nonograms

An implementation of the classic Nonograms game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nonograms (Logic Game)

Intro

Nonograms is a grid based game where you have to complete the grid based on the hints given for each row and column. Each number in the hints represents a grouping of "filled in" cells within that row or column. Similar to Sudoku, cross-referencing the hints of the rows and columns enables the player to deduce where the filled-in cells are.

About

An implementation of the classic Nonograms game


Languages

Language:TypeScript 93.2%Language:CSS 4.7%Language:HTML 1.1%Language:JavaScript 0.8%Language:Shell 0.1%