Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 813 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 813 Bytes

Gosh! Build Status

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.

Usage

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

TODO

  • Scoring
  • Play via local network
  • Play via Go servers with APIs (e.g. https://online-go.com/)
  • Come up with a better name