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.
- 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
- Python 3.7 or higher
- Clone the repository:
git clone https://github.com/yourusername/higher-lower-game.git
cd higher-lower-game- (Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activateRun the game using:
python main.pyRun the test suite:
python -m unittest test.pyhigher-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
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the ... - see the LICENSE file for details. (...working on it )
- Inspired by the Higher Lower Game
- Data sourced from public social media statistics
- ASCII art generated using text-to-ASCII art generators