diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-05-01 07:37:18 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-05-01 07:46:47 +0200 |
| commit | 1f60e67e5aac7c41cf725c8a45287ec1a98621be (patch) | |
| tree | 2e7e7030a2cfba3f23883c44ea218c4666138eb3 | |
| parent | 5629ba1ed4aae851df59f044bec0ea5fd43d069b (diff) | |
gnu: taisei: Update description.
* gnu/packages/games.scm (taisei)[description]: Attempt to improve clarity.
Reported-by: bdnahu
| -rw-r--r-- | gnu/packages/games.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f738a9971c..6c44005b28 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4173,9 +4173,11 @@ a C library, so they can easily be integrated into other programs.") (home-page "https://taisei-project.org/") (synopsis "Shoot'em up fangame and libre clone of Touhou Project") (description - "The player controls a character (one of three: Good, Bad, and Dead), -dodges the missiles (lots of it cover the screen, but the character's hitbox -is very small), and shoot at the adversaries that keep appear on the screen.") + "Taisei is a vertical shoot'em up game, in which the player controls +one of three characters. While moving through stages, a large number of +enemies and even larger amounts of bullets appear that require careful +maneuvers to dodge. By shooting the enemies, players receive powerups +for their characters, allowing them to shoot even more.") (license (list ;; game license:expat |
