gnugo 3.8
Play the game of Go
GNU Go is a program that plays the game of Go, in which players place stones on a grid to form territory or capture other stones. While it can be played directly from the terminal, rendered in ASCII characters, it is also possible to play GNU Go with 3rd party graphical interfaces or even in Emacs. It supports the standard game storage format (SGF, Smart Game Format) and inter-process communication format (GMP, Go Modem Protocol).
- Website: https://www.gnu.org/software/gnugo/
- Licenses: GPL 3+
- Package source: gnu/packages/games.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gnugo 3.8
as follows:
guix install gnugo@3.8
Or install the latest version:
guix install gnugo
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.