Skip to content

Commit

Permalink
make first web page
Browse files Browse the repository at this point in the history
  • Loading branch information
revolt3245 committed Nov 13, 2023
1 parent ad50e5b commit 7d1348e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)
10 changes: 10 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>

<html>
<head>
<title>Picross Solver</title>
</head>
<body>

</body>
</html>

0 comments on commit 7d1348e

Please sign in to comment.