Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/engichang1467/nonogramgame

Nonogram - a game created for CMPT 276 Summer Assignment 1
https://github.com/engichang1467/nonogramgame

cmpt276 game nonogram

Last synced: about 2 months ago
JSON representation

Nonogram - a game created for CMPT 276 Summer Assignment 1

Awesome Lists containing this project

README

        

# Nonogram Game

- This puzzle is made up of a n by m table containing numbers are given at the top (and left side) of the table to indicate the number of unbroken“marked”lines in each column (and row).

- The player’s job is to solve the puzzle by filling the cells of the table accordingly.

- Assignment 1 for CMPT 276 Summer

## Requirements

- [*] The puzzle board must be represented using a `````` tag.
- [*] There should be a button to reset the puzzle
- [*] There should be a button to reveal the answer (to save me the time to solve it :P)
- [*] At least half of the rows and half of the columns must contain a break in lines (i.e. the numbers along the top and along the left side cannot all be single values :)