Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
b7d7f80132 | ||
|
f5114df9a4 |
2 changed files with 24 additions and 3 deletions
21
LICENSE
Normal file
21
LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021 Sorrel
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -1,6 +1,6 @@
|
|||
# Browser Go
|
||||
##### 0.9
|
||||
A two-player [in-browser Go application](https://sorrelbri.github.io/browser-go/) developed by Sorrel June.
|
||||
A two-player [in-browser Go application](https://sorrelbri.github.io/browser-go-proto/) developed by Sorrel June.
|
||||
|
||||
![Screenshot of 19x19 game in progress](images/gameplay-images/browser-go-screenshot-full-board.png)
|
||||
![Screenshot of 13x13 game in progress](images/gameplay-images/browser-go-screenshot.png)
|
||||
|
@ -72,7 +72,7 @@ Browser Go was written in Visual Studio Code and originally deployed with GitHub
|
|||
---
|
||||
## Using Browser Go
|
||||
---
|
||||
[Play Browser Go Here](https://sorrelbri.github.io/browser-go/)
|
||||
[Play Browser Go Here](https://sorrelbri.github.io/browser-go-proto/)
|
||||
|
||||
### Starting a Game
|
||||
![image of game menu at start](images/gameplay-images/browser-go-new-game-screen.png)
|
||||
|
@ -112,7 +112,7 @@ In the case of mutual pass, Browser Go ends a territory counting state. Seen in
|
|||
|
||||
Browser Go will do it's best to count territory accurately according to Japanese territory counting rules, but it is always best to review and submit any changes before finalizing the game.
|
||||
|
||||
![image of end game count of 13x13 board, Browser Go Guest has won by a large margin. Browser Go has correctly calculated the status of all groups and has correctly calculated all but 3 points.]
|
||||
![image of end game count of 13x13 board, Browser Go Guest has won by a large margin. Browser Go has correctly calculated the status of all groups and has correctly calculated all but 3 points.](images/gameplay-images/browser-go-ending-game.png)
|
||||
|
||||
---
|
||||
## The Future of Browser Go
|
||||
|
|
Loading…
Reference in a new issue