module Mud::Game
Overview
Functionality for the game elements of the MUD.
Defined in:
game.crgame/area.cr
game/banner.cr
game/command.cr
game/entity.cr
game/event.cr
game/player.cr
Constant Summary
-
BANNER =
"\n\n /$$ /$$ /$$\n| $$ /$ | $$ | $$\n| $$ /$$$| $$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$\n| $$/$$ $$ $$ /$$__ $$ /$$_____/|_ $$_/ /$$__ $$ /$$__ $$| $$__ $$\n| $$$$_ $$$$| $$$$$$$$| $$$$$$ | $$ | $$$$$$$$| $$ \\__/| $$ \\ $$\n| $$$/ \\ $$$| $$_____/ \\____ $$ | $$ /$$| $$_____/| $$ | $$ | $$\n| $$/ \\ $$| $$$$$$$ /$$$$$$$/ | $$$$/| $$$$$$$| $$ | $$ | $$\n|__/ \\__/ \\_______/|_______/ \\___/ \\_______/|__/ |__/ |__/\n\n\n | | /$$ /$$ /$$ /$$ /$$$$$$$\n ====####==== | $$$ /$$$| $$ | $$| $$__ $$ ##\\/#\n O##O | $$$$ /$$$$| $$ | $$| $$ \\ $$ #####\n #### | $$ $$/$$ $$| $$ | $$| $$ | $$ \\___#####___/\n ## | $$ $$$| $$| $$ | $$| $$ | $$\n @@ | $$\\ $ | $$| $$ | $$| $$ | $$\n | $$ \\/ | $$| $$$$$$/| $$$$$$$/\n |__/ |__/ \\______/ |_______/\n"
-
HELP =
"\nThis needs to be written!\n"
-
INTRO =
"Howdy pard! Welcome to WesternMUD.\n\nI reckon you're fixing to get started. If you're new to these\nhere parts, try typing help and hitting enter.\n\nBest of luck to ya!\n\n"