A simple text-based sandbox game. It has five components:
-
Main: Responsible for the introduction sequence and the game loop
-
Display: Handles pretty printing of game messages
-
Parse: Reads the player input and either matches it with a game action or returns an appropriate error message
-
Creator: Used by Parse to create things in-game when the player interacts with them
-
Winsize: Gets the size of the console window. Used by Curses for appropriate window sizing and text placement
Running this software on your computer might result in your computer developing sentience or your hair falling out. Run at your own risk.