-
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
- [*] 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 :)