aboutsummaryrefslogtreecommitdiff
path: root/games/hack-of-life/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-20 13:12:37 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-22 01:14:16 +0700
commit37fdc9220c4374f0a0fe386b32542fc00d662aec (patch)
tree2c22965f842f25eb75833ef972efb35591a52822 /games/hack-of-life/README
parent6c237e00fe7cc8c11d1555d9aeff5fab7c918488 (diff)
downloadslackbuilds-37fdc9220c4374f0a0fe386b32542fc00d662aec.tar.xz
games/hack-of-life: Added (networked Conway's Life variant)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hack-of-life/README')
-rw-r--r--games/hack-of-life/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/hack-of-life/README b/games/hack-of-life/README
new file mode 100644
index 000000000000..db0488fcc802
--- /dev/null
+++ b/games/hack-of-life/README
@@ -0,0 +1,19 @@
+hack-of-life (networked multiplayer curses Conway's Life variant)
+
+hack-of-life is a modified version of Conway's Game of Life that has
+multiple colors of cells. The object of the game is to defeat other
+players by eliminating their cells, and/or cover over 1/3 of the board
+with cells of your color.
+
+Considering how Life is a zero-player game, it makes it lots of fun
+as a curiosity, but makes it very easy for people who are not Life
+enthusiasts to quickly become bored after watching yet another glider
+explode.
+
+So this decides to put the Game back in the Game of Life. And it does
+that by taking the interface of the RogueLike genre of computer games
+and terribly abusing it. The name of the game is adopted from the
+RogueLike giant NetHack, resulting in the Hack of Life.
+
+Note: the executable is called "hackoflife" (not "hack-of-life" like
+the package name).