Skip to content

BraedenP232/pythontextgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Text Adventure Shell Game

Simple and sweet game I have been working on while learning Python. Text-based adventure game written in Python, featuring random number generator events, colorful text, and a health point tracker.

Features

  • Random number generators for various actions
  • Colorful text using the rich library
  • Health point (HP) tracker for player's character
  • Multiple stages with interactive gameplay
  • Character name input with special keyword responses

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/text-adventure-game.git
  2. Navigate to the project directory:

    cd text-adventure-game
  3. Install dependencies:

    pip install -r requirements.txt

Usage

Run the game using the following command:

python main.py

Follow the on-screen instructions to play the game.

Preview

TextGameCatGifCropped

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  • Fork the repository
  • Create your feature branch (git checkout -b feature/YourFeature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin feature/YourFeature)
  • Create a new Pull Request

About

An ominous text-based game I am working on for fun!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages