Welcome to the python mini games! This repository contains a selection of simple yet entertaining games built using Python. Each game provides a fun way to practice programming concepts while enjoying classic games.
-
Guess the Number: A fun guessing game where the player tries to guess a randomly generated number within a specified range.
-
Hangman: A word guessing game where the player tries to figure out the hidden word before running out of attempts.
-
Madlibs: A creative word game where players fill in the blanks to create funny stories with their chosen words.
-
Minesweeper: A classic puzzle game where players uncover squares on a grid while avoiding hidden mines. (Still in progress)
-
Tic-Tac-Toe: A two-player game where players take turns marking spaces on a 3x3 grid, with options for playing against another player or the computer.
- User-friendly interfaces for each game.
- Interactive gameplay to enhance user experience.
- Flexible game modes for Tic-Tac-Toe (2-player, computer vs. player, or computer vs. computer).
To run any of the games in this collection:
- Clone the repository to your local machine using:
git clone https://github.com/yourusername/Python-Games-Collection.git