Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/engichang1467/nonogramgame
- Owner: engichang1467
- Created: 2020-06-08T06:33:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:36:00.000Z (about 2 years ago)
- Last Synced: 2023-03-05T17:46:22.878Z (almost 2 years ago)
- Topics: cmpt276, game, nonogram
- Language: HTML
- Homepage: https://asn276.herokuapp.com/mypage.html
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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 :)