/adventure

A text adventure game. My idea was to write this as a way to practice more formal class implementation and connection. The idea came to extend some examples from a book I read a year or so ago into a full game.

Primary LanguagePython

Text Adventure Game

Written by Bryce Frentz

Written as an extension following from creating an inventory for a hero in a simple text-adventure game in python. From that, I decided to make a full adventure game with a world/map/fighting/actions in order to practice python programming.

  • (3/2/2020) Added items and npc's today