Skip to content

mvoorhes/Text-Adventure-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Adventure Game

This is a simple text adventure game that can be run in the terminal. This was coded entirely in Python

How to run

  1. Clone this folder
  2. After cloned, cd into this folder
  3. Type "python3 main.py" into terminal (MAC)

List of files

  • AI.py: AI for enemy players (under development)
  • Monsters.py: Contains Monster class
  • Scenes.py: These are the scenes the player encounters
  • data.py: Constants, arrays, etc
  • fight.py: Turn based fight function
  • item.py: Item classes
  • main.py: The main function
  • player.py: Contains the class for the main player
  • print_functions: Various print functions that are used

About

Text adventure game that is written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages