Skip to content

LiamBolt/Higher_-_Lower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Higher or Lower Game 🎮

A Python implementation of the popular "Higher or Lower" game, featuring Ugandan celebrities and notable entities. Players guess which personality has more social media followers.

🎯 Features

  • Interactive command-line interface with ASCII art
  • Database of Ugandan celebrities and organizations
  • Real-time score tracking
  • Comprehensive unit tests
  • User-friendly gameplay mechanics
  • This version can allow you get to the end of the game when you fail to score

🔧 Prerequisites

  • Python 3.7 or higher

🚀 Installation

  1. Clone the repository:
git clone https://github.com/yourusername/higher-lower-game.git
cd higher-lower-game
  1. (Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows, use: venv\Scripts\activate

🎮 How to Play

Run the game using:

python main.py

🧪 Testing

Run the test suite:

python -m unittest test.py

📁 Project Structure

higher-lower-game/
├── art.py          # ASCII art assets
├── game_data.py    # Celebrity/Entity database
├── game.py         # Core game logic
├── main.py         # Game entry point
├── test.py         # Unit tests
├── requirements.txt # Project dependencies
├── LICENSE         # MIT License
└── README.md       # Project documentation

📝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

This project is licensed under the ... - see the LICENSE file for details. (...working on it )

👏 Acknowledgments

  • Inspired by the Higher Lower Game
  • Data sourced from public social media statistics
  • ASCII art generated using text-to-ASCII art generators

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages