Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 655 Bytes

File metadata and controls

16 lines (13 loc) · 655 Bytes

Adventure-Game

A text-based adventure game built with Python

Game Play

  • The game gives players a description of what's happening, and then asks them to make a choice.
  • Something different happens depending on the choice the player made.
  • The game also includes some random factors, so that it's a little different each time.
  • The game has conditions for winning and losing.
  • When the game is over, it asks if the player wants to play again.

How to run

  • Download the Zip file of the respository
  • Open the respository in your terminal
  • Run python adventure_game.py to start the game and follow the prompt
  • Enjoy!