From 7d1348e2205fd44ec2615bacaf4b4b343ec8ef38 Mon Sep 17 00:00:00 2001 From: Minhyeok Kwon Date: Mon, 13 Nov 2023 23:24:30 +0900 Subject: [PATCH] make first web page --- README.md | 5 ++++- web/index.html | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 web/index.html 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