diff --git a/README.md b/README.md index 532f8f8..22e6234 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,7 @@ col_color 1 ... col_color n_col ``` -The parameter `n_color` represents the number of colors used in the picross. The parameter `color i` means the `i`-th color used in the picross. The parameters `row_color i`, `col_color i` represent the color indices response to `row_clue i`, `col_clue i`, respectively. \ No newline at end of file +The parameter `n_color` represents the number of colors used in the picross. The parameter `color i` means the `i`-th color used in the picross. The parameters `row_color i`, `col_color i` represent the color indices response to `row_clue i`, `col_clue i`, respectively. + +## Webpage +The webpage for picross solver and picross game is [here](https://revolt3245.github.io/Picross-Solver/web/index.html) \ No newline at end of file diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..9d5d581 --- /dev/null +++ b/web/index.html @@ -0,0 +1,10 @@ + + + + + Picross Solver + + + + + \ No newline at end of file