Skip to content

jjcard/TextAdventurePackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextAdventurePackage

A java library to help make text adventure games. Includes interfaces and basic implementation classes for:

  • Location
  • Mob
  • Player
  • Exit
  • Item
  • Weapon
  • Armour
  • Text Parser
  • Game Loop