Script started on 2020-08-05 21:26:56-04:00 [TERM="screen-256color" TTY="/dev/pts/4" COLUMNS="104" LINES="30"] ~/src/tower> python3 tower.py You are in front of an old factory with a clock tower. Exits are: N > n You are at the bottom of the stairwell. Exits are: N S U > u You're at a landing on the stairs. Exits are: E W U D > e Around you is a manufacturing area. You see: Broken-down terminal Exits are: W > take terminal There was a coin under it. O.K. > take coin O.K. > w You're at a landing on the stairs. Exits are: E W U D > w You are in the cafeteria. You see: Vending machine Exits are: E > insre  ert coin A candy bar comes out. > take candy O.K. > e You're at a landing on the stairs. Exits are: E W U D > d You are at the bottom of the stairwell. Exits are: N S U > n You are at the top of some basement steps. Exits are: S D > d You are in a damp cellar. You see: Hungry rats Exits are: E U > drop candy The rats devour the candy and get sleepy. > e You are in a storeroom. You see: Computer tape Exits are: W > take tape O.K. > w You are in a damp cellar. You see: Sleepy rats Exits are: E U > u You are at the top of some basement steps. Exits are: S D > s You are at the bottom of the stairwell. Exits are: N S U > u You're at a landing on the stairs. Exits are: E W U D > u You're at a landing on the third floor. Exits are: E U D > u You're at the top of the stairs. Exits are: N E D > n You are inside the clock tower. You see: Elaborate Clockwork Exits are: S > wind clock The clock chimes deafeningly and something flies past. > s You're at the top of the stairs. Exits are: N E D > e You are in a long corridor going east. Exits are: E W > e You're at the east end of the corridor. You see: Desk Exits are: W > open desk Inside it is a manual. > read manual '...USER ID IS ROAD...' 'TYPE DIR FOR LIST OF COMMANDS...' The rest is illegible. > w You are in a long corridor going east. Exits are: E W > w You're at the top of the stairs. Exits are: N E D > d You're at a landing on the third floor. Exits are: E U D > e You are in the computer room. You see: Computer Exits are: W > mount tape O.K. > kick computer The computer starts up! The console displays: 'PLEASE LOG IN.' > type road 'ROAD' logged in.' > type copy Mount tape then type filename. > type adven The tape spins... 'File copied.' Congratulations, you've done it! ~/src/tower> exit Script done on 2020-08-05 21:28:46-04:00 [COMMAND_EXIT_CODE="0"]