Skip to content

imvbh/Python-MiniGames

Repository files navigation

Python-MiniGames

Guess the Number

Description: A Python-based guessing game where you try to guess a randomly generated number.

Usage:

Run 'Guess The Number.py'.
Follow the on-screen instructions to guess the number.
You'll receive hints to guide you.

Hangman

Description: Play the classic word-guessing game, Hangman, in Python.

Usage:

Run 'Hangman.py'.
The computer selects a random word, and you have to guess it one letter at a time.
You have a limited number of guesses to complete the word.

Rock Paper Scissors

Description: A simple implementation of the classic Rock, Paper, Scissors game.

Usage:

Run 'Rock Paper Scissors.py'.
Enter your choice (rock, paper, or scissors) when prompted.
The computer will randomly choose its option, and the winner is determined.

Slot Machine

*Under Development

Description: A virtual slot machine game in Python. Spin the reels and try to win big!

Usage:

Run 'Slot machine.py'.
Choose the number of lines and your bet.
Spin the slot machine and see if you win!

Tic Tac Toe

*Under Development

Description: Play the classic Tic Tac Toe game against a friend in Python.

Usage:

Run 'TicTacToe.py'.
Take turns to place your "X" or "O" on the board.
Win by forming a line of three of your symbols horizontally, vertically, or diagonally.

Releases

No releases published

Packages

No packages published

Languages