while true do;
echo "Roaming Around the Office"
read input
if [[ $input == "How to Play" ]]; then
echo "1) Download the game file. 2) Run the terminal, type 'pwd' and check your current location. 3) Unzip the downloaded file and move it to location 2. 4) Enter 'bash roaming-around-the-office.sh' on the terminal to launch the game."
read input
if [[ $input == "Caution" ]]; then
echo "1) If the file is not in the correct location, it will not run. 2) Please enter the correct spacing and spelling when using the terminal. 3) When playing a game, please select one of 'Yes' and 'No' and enter the question correctly. 4) If you want to end the game, please enter 'Control + C'."
else
echo "A terminal bash game based on a flow chart implicating the novel's content at the beginning of Georges Perek's novel The Art of Asking Your Boss for a Raise. The novel tells about the situations and solutions that a large company employee may encounter on his way to tell the manager to raise his salary. The game player becomes the main character of the novel and wanders around the office facing various options for higher wages."
fi
else
echo "Think carefully. Make up your mind."
fi
done

download