Skip to content

jTCode2408/Adventure-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Your Way Back - Adventure Game

  • This is an 'adventure game' that allows user to travel room to room by entering commands in terminal.
  • Built to learn Python basics

User Guide

  • Clone/ download repo for local use

  • Valid directional commands: ['n', 'w', 'e', 's', 'q'(quit)]

  • Rooms hold different items to pick up by using command 'get' or 'g'

  • Run in Python parser or local command line

  • Python must be installed, no extra dependencies needed

Specifications

  • The /src directory contains the files adv.py, which is where the main logic for the game lives, room.py contains the definition of the Room class, and player.py contains the definition of the Player class.

  • item.py contains Items class.

  • Parser prints an error if the player tries to move where there is no room.

More features in progress

About

In terminal adventure game built using Python basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%