Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal-Games

Collection of terminal games created using Python

Games

  1. 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.
  1. 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.
  1. 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.
  1. 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!

How to Play

  1. Clone the Repository:
    git clone https://github.com/DeveloperLevin/Terminal-Games.git
    
  2. Navigate to a Directory of your choice:
    cd directory-name
    
  3. Run the program
    project-name.py
    

Dependencies

Python 3.x

About

Collection of terminal-games created using Python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages