aboutsummaryrefslogtreecommitdiffstats
path: root/color_game.3
diff options
context:
space:
mode:
authornathan <thenathansmithsmith@gmail.com>2023-04-07 00:36:56 +0000
committernathan <thenathansmithsmith@gmail.com>2023-04-07 00:36:56 +0000
commit4fb3172f1baf4813fcc18259b971bfe121e5f116 (patch)
tree342a6106bb819f87a7099db45574494a72a1fffa /color_game.3
downloadcolor_game-4fb3172f1baf4813fcc18259b971bfe121e5f116.tar.gz
color_game-4fb3172f1baf4813fcc18259b971bfe121e5f116.tar.bz2
color_game-4fb3172f1baf4813fcc18259b971bfe121e5f116.zip
first commit
Diffstat (limited to 'color_game.3')
-rw-r--r--color_game.327
1 files changed, 27 insertions, 0 deletions
diff --git a/color_game.3 b/color_game.3
new file mode 100644
index 0000000..1b2a225
--- /dev/null
+++ b/color_game.3
@@ -0,0 +1,27 @@
+./" color_game
+.TH color_game 3 "2021" "file_view"
+
+.SH NAME
+ color_game
+.SH DESCRIPTION
+ color_game is a game where you match colors.
+.SH RULES
+ You win by filling the whole map with one color.
+
+ -Red eats yellow.
+
+ -Yellow eats blue.
+
+ -Green eats red.
+
+ -blue eats green.
+
+ -Black becomes the eater of what touches it.
+
+ -White becomes the opposite of what touches it.
+
+ -All browns become the first color to go extinct.
+.SH MAPS
+ You can add maps by adding a .json file to your map folder in /usr/local/share/color_game/
+
+ Use the example.txt file to learn how to make a map.