gnugo
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).
- Versions: 3.8
- 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 the latest version of gnugo
as follows:
guix install gnugo
Or install a particular version:
guix install gnugo@3.8
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.
Badge code
You can use the following badge to inform users of gnugo about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gnugo'><img src='https://packages.guix.gnu.org/packages/gnugo/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gnugo)
Example Org:
[[https://packages.guix.gnu.org/packages/gnugo][https://packages.guix.gnu.org/packages/gnugo/badges/latest-version.svg]]