diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-19 18:12:34 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-19 18:12:34 -0400 |
commit | 1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f (patch) | |
tree | 4b650999e49a6f4d3dd116fab3f9ee8222247e07 /gnu/packages/games.scm | |
parent | aa27987f71cb8afa698ede551e20b1248f160113 (diff) | |
parent | 50c7a1e297bff0935674b4f30e854a8889becfdd (diff) | |
download | patches-1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f.tar patches-1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8f495f7b32..4b88af1238 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -781,7 +781,7 @@ reference interpreter, using Glk API.") (synopsis "Z-machine interpreter") (description "Fizmo is a console-based Z-machine interpreter. It is used to play -interactive ficiton, also known as textadventures, which were implemented +interactive fiction, also known as text adventures, which were implemented either by Infocom or created using the Inform compiler.") (license license:bsd-3))) @@ -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+))) |