diff options
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8f495f7b32..0db555d4c6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -853,13 +853,14 @@ multi-system game/emulator system.") (build-system gnu-build-system) (inputs `(("readline" ,readline))) (synopsis "Play the game of Go") - (description "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).") + (description + "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).") (home-page "http://www.gnu.org/software/gnugo/") (license license:gpl3+))) |