This plugin allows you to play a simple text-based game. The games provided are scenario-based and the outcomes depend on your decisions along the way. Notes: Undefined behavior results when CTRL+C or CTRL+Z is typed, the signals will be handled by your shell - this plugin assumes it will run in the foreground. Obviously, none of these text-based games are affiliated with their theme's respective story lines, nor will they reveal any spoilers ;) ------------------------------------------------------------------ Authors: Ryan Asper Adrianne Williams ------------------------------------------------------------------ Usage: playgame [-n name_of_game] -n The available games include: walkingdead mr.robot ------------------------------------------------------------------ Preview: // After starting the game, you will see the following prompt // Welcome! Thank you for choosing our fun text-based game. Each step in the game you will be presented with the scenario, and a list of actions that you may take. Type "exit" if at any time you like to quit this game. Type "start" to begin, Enjoy! name_of_game> start "You are in an abandoned factory, and hear noises behind you." You decide to: 1) Run! 2) Turn around and see what it is 3) Act like you didn't hear it name_of_game> 2 . . . . -------------------------------------------------------------------