diff options
Diffstat (limited to 'color_game.3')
-rw-r--r-- | color_game.3 | 27 |
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. |