https://github.com/pranjalco/higher-lower-game-intermediate
Project 10: The Higher-Lower Game is an interactive command-line game where players guess which option has more followers on social media. The game continues as long as the user guesses correctly, tracking their score. It provides an engaging experience while demonstrating key programming concepts like data handling and user interaction.
https://github.com/pranjalco/higher-lower-game-intermediate
data-handling debugging entertainment game game-development intermediate loops modular-programming python-pr user-input-validation
Last synced: 9 months ago
JSON representation
Project 10: The Higher-Lower Game is an interactive command-line game where players guess which option has more followers on social media. The game continues as long as the user guesses correctly, tracking their score. It provides an engaging experience while demonstrating key programming concepts like data handling and user interaction.
- Host: GitHub
- URL: https://github.com/pranjalco/higher-lower-game-intermediate
- Owner: pranjalco
- License: mit
- Created: 2024-12-05T06:44:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:35:49.000Z (about 1 year ago)
- Last Synced: 2025-03-30T05:12:53.565Z (about 1 year ago)
- Topics: data-handling, debugging, entertainment, game, game-development, intermediate, loops, modular-programming, python-pr, user-input-validation
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Higher Lower Game
A fun command-line game where players guess which option has more social media followers. The game continues until a wrong guess, tracking the player's score.
## Author
Pranjal Sarnaik
## Features
- Random selection of options for comparison.
- User input validation for a smooth experience.
- Continuous gameplay until an incorrect guess.
- Score tracking and display after each round.
- Option to replay after the game ends.
## Tech Stack
Intermediate | Python | Modular Programming | User Input Validation | Data Handling | Loops | Basic Debugging | Gaming
## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/higher-lower-game-intermediate.git
2. Run:
```bash
python app.py
**Created by Pranjal Sarnaik**
*© 2024. All rights reserved.*