Skip to content

Commit

Permalink
hide web page
Browse files Browse the repository at this point in the history
  • Loading branch information
revolt3245 committed Nov 13, 2023
1 parent 8133801 commit 5491842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ 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.

<!--
## Webpage
The webpage for picross solver and picross game is [here](https://revolt3245.github.io/Picross-Solver/web/index.html)
The webpage for picross solver and picross game is [here](https://revolt3245.github.io/Picross-Solver/web/index.html)
-->
1 change: 1 addition & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<h1>Picross Solver</h1>
<button id="button_picross_solver">Picross Solver</button>
<button id="button_picross_game">Picross Game</button>
<script src="main.js"></script>
</div>
</body>
</html>
Empty file added web/main.js
Empty file.

0 comments on commit 5491842

Please sign in to comment.