Go Board Game
Posted: Sun May 16, 2021 11:56 pm
Repository: https://github.com/myQwil/love-go
The squares with up and down arrows work by clicking and dragging up and down to change their values.
The game requires GNU Go so that it can be used as an "Oracle" to generate its board positions.
Getting GNU Go for Linux and Mac users is a fairly straight-forward process.
For Debian/Ubuntu users:
For Mac users:
For Windows users, binaries can be downloaded at http://gnugo.baduk.org/ . It doesn't come with an installer, so the binaries need to be manually extracted to the folder C:\Program Files\gnugo\ .
The squares with up and down arrows work by clicking and dragging up and down to change their values.
The game requires GNU Go so that it can be used as an "Oracle" to generate its board positions.
Getting GNU Go for Linux and Mac users is a fairly straight-forward process.
For Debian/Ubuntu users:
Code: Select all
apt install gnugo
Code: Select all
brew install gnu-go