G+_Joe Maruschek Posted April 11, 2014 Share Posted April 11, 2014 Here is a very simple program that is the beginnings of a text adventure game in the style of the old Infocom games. At this point it just understands single letter commands: n, s, e, w, and q. It uses lists to store the "room" name and description, and all the possible exits. It also uses dictionaries, which haven't been talked about on the show yet, but they were so useful for my program I just had to use them. Feel free to add more commands, make your own rooms, or just go crazy with it. Enjoy! https://github.com/joemarus/textAdventure Link to comment Share on other sites More sharing options...
G+_L I Posted April 14, 2014 Share Posted April 14, 2014 very cool. Link to comment Share on other sites More sharing options...
Recommended Posts