Collection of terminal games created using Python
- Black-Jack
- You start with two cards, and the computer also has two cards.
- Choose whether to get another card ('y') or pass ('n').
- The goal is to get as close to 21 as possible without going over.
- The game will declare a winner based on the final scores.
- Achieve a Blackjack (a total of 21 with the first two cards).
- Get a final score higher than the computer without exceeding 21.
- Guess
- Two difficulty levels: Easy (10 chances) and Hard (5 chances).
- Randomly generates a number for the player to guess.
- Provides feedback on each guess.
- Keeps track of the number of attempts and the correct guess.
- Hangman
- Randomly select a word for each game.
- Keeps track of guessed letters and correct guesses.
- Displays the hangman figure as incorrect guesses accumulate.
- Provides feedback on game outcome - win or lose.
- HigherLower
- Uses a list of Dictionaries to fetch real-time follower counts.
- Entities can include social media accounts, celebrities, or any other relevant figures.
- Keeps track of the player's streak and highest streak.
- Provides feedback on your guessing skills!
- Clone the Repository:
git clone https://github.com/DeveloperLevin/Terminal-Games.git
- Navigate to a Directory of your choice:
cd directory-name - Run the program
project-name.py
Python 3.x