Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

python-project3

High-Low Game Description High-Low is a simple and engaging command-line card guessing game. Players start with 100 points and aim to reach 500 points within 10 rounds. In each round, a card is drawn, and the player must guess whether the next card will be higher or lower. Bets are placed on each guess, with correct guesses earning points and incorrect ones losing points. The game is a blend of luck and strategy, providing a quick and entertaining gaming experience.

Installation No additional libraries are required to run this game. It is written in Python and can be run using any standard Python interpreter.

Usage To play the game, simply run the script in a Python environment. The game will start automatically, and you will interact with it through the command line by entering your guesses and bets.

Game Flow The game begins with a welcome message and instructions. A card is drawn (values range from 2 to Ace, represented as 2-9, T, J, Q, K, A). You need to guess whether the next card will be higher or lower than the current one. Enter your bet amount. The second card is drawn and revealed. Points are awarded or deducted based on the outcome of your guess. The game continues for up to 10 rounds or until you reach 500 points or lose all your points. Commands High or Low guess: Input H for High or L for Low when prompted. Betting: Input the number of points you wish to bet when prompted. Features Simple command-line interface for easy interaction. Random card drawing for an unpredictable game experience. Points system with a goal of reaching 500 points in a limited number of rounds. Betting mechanic to add a strategic element to the game. Limitations The game currently does not support different difficulty levels or modes. It is a single-player game without multiplayer capabilities. The game is entirely text-based with no graphical interface.

About

High-Low Game

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages