pub const HELP_MSG: &str = " __\n ____ / ] ________ __\n / __ \\_ _ ___ ___ ___ __ _| |_ | ___ \\__ __ ___ _| |__\n_/ / \\/ | |X _/ __/ __\\ / \\ / | |___| | | | / __/_ __/\n\\ X | | | | |__ | __X | X || | | X_ __/ |_| X__ | | X\n \\ \\__/\\ __X_| \\___/___/ \\___/| | | | \\ \\_ X__ /___ / \\__/\n \\____/ |/ |__\\ \\__/\n\n Made by DM Earth in 2024-2025.\n\n Command line arguments:\n\n-W width\n Map width (default is 21)\n\n-H height\n Map height (default is 21)\n\n-S [rhombus|rect|hex]\n Map shape (rectangle is default). Max number of countries N=4 for rhombus and rectangle, and N=6 for the hexagon.\n\n-l [2|3| ... N]\n Sets L, the number of countries (default is N).\n\n-i [0|1|2|3|4]\n Inequality between the countries (0 is the lowest, 4 in the highest).\n\n-q [1|2| ... L]\n Choose player\'s location by its quality (1 = the best available on the map, L = the worst). Only in the singleplayer mode.\n\n-r\n Absolutely random initial conditions, overrides options -l, -i, and -q.\n\n-d [ee|e|n|h|hh]\n Difficulty level (AI) from the easiest to the hardest (default is normal).\n\n-s [p|sss|ss|s|n|f|ff|fff]\n Game speed from the slowest to the fastest (default is normal).\n\n-R seed\n Specify a random seed (unsigned integer) for map generation.\n\n-T\n Show the timeline.\n\n-E [1|2| ... L]\n Start a server for not more than L clients.\n\n-e port\n Server\'s port (19140 is default).\n\n-C IP\n Start a client and connect to the provided server\'s IP-address.\n\n-c port\n Clients\'s port (19150 is default).\n\n-m [keyboard|termux|hybrid]\n Control method.\n\n-v\n Display the version number\n\n-h\n Display this help";Expand description
The help message for the program.