Skip to content

engichang1467/NonogramGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <table> 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 :)

About

Nonogram - a game created for CMPT 276 Summer Assignment 1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors