Making a Text Adventure Game with the cmd and textwrap Python Modules
Thu 11 December 2014 Al Sweigart
Text adventures are an old game genre where the entire world is textually described as a series of rooms. Play involves entering simple text commands such as "move north" or "eat pie". Each room in the game world has its own text description, items on the ground, and exits to adjacent rooms.