mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: hyperrogue: Improve description.
* gnu/packages/games.scm (hyperrogue)[description]: Mainly fix a typo. Throw in a few tweaks as well.
This commit is contained in:
parent
8d5fe1f1cf
commit
a53a6b6fef
1 changed files with 4 additions and 3 deletions
|
@ -3266,10 +3266,11 @@ (define-public hyperrogue
|
||||||
plane and not in euclidean space.
|
plane and not in euclidean space.
|
||||||
|
|
||||||
In HyperRogue, the player can move through different parts of the world, which
|
In HyperRogue, the player can move through different parts of the world, which
|
||||||
are home to particular creatures and may be subject to own rules of \"physics\".
|
are home to particular creatures and may be subject to their own rules of
|
||||||
|
\"physics\".
|
||||||
|
|
||||||
While it can use ASCII characters to display the world the classical rogue
|
While the game can use ASCII characters to display the the classical rogue
|
||||||
symbols, the game needs graphics to render the non-euclidean world.")
|
symbols, it still needs graphics to render the non-euclidean world.")
|
||||||
(license (list license:bsd-3 ; glew.c, mtrand.*
|
(license (list license:bsd-3 ; glew.c, mtrand.*
|
||||||
license:cc-by-sa3.0 ; music
|
license:cc-by-sa3.0 ; music
|
||||||
license:cc-by-sa4.0 ; sounds
|
license:cc-by-sa4.0 ; sounds
|
||||||
|
|
Loading…
Reference in a new issue