The game of Go for the command line
This is work in progress and primarily a project for me to learn Haskell. So far you can add moves by typing coordinates or type "pass". Dead groups are removed from the board, Ko and game over are checked.
In order to run it, you need to have Stack installed. Install all the dependencies and run the program with:
stack setup
stack build
stack exec go
To run the tests:
stack test
- Scoring
- Play via local network
- Play via Go servers with APIs (e.g. https://online-go.com/)
- Come up with a better name