Jump to content

Here is a very simple program that is the beginnings of a text adventure game in the style of the...


G+_Joe Maruschek
 Share

Recommended Posts

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

 Share

×
×
  • Create New...