Compare commits

..

2 commits

Author SHA1 Message Date
Sorrel
b7d7f80132
Create LICENSE 2021-04-14 20:37:43 -04:00
Sorrel Bri
f5114df9a4 correct typo's 2019-09-30 09:35:15 -07:00
2 changed files with 24 additions and 3 deletions

21
LICENSE Normal file
View 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.

View file

@ -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