An open API service indexing awesome lists of open source software.

https://github.com/kingflow-23/funny-games

A repository containing some games made during my free time.
https://github.com/kingflow-23/funny-games

analytics connect-four-game data-analysis game-development hangman-game mastermind monty-hall-problem pyqt5 python snake-game sudoku-game tic-tac-toe

Last synced: about 16 hours ago
JSON representation

A repository containing some games made during my free time.

Awesome Lists containing this project

README

          

# 🎮 Funny Games

A collection of fun, interactive games I've created during my free time! Whether you're looking for quick challenges or classic gameplay, this repository has something for everyone.

## 🕹️ Games Included

### 1. **K-Man**
A maze-based arcade game inspired by retro classics. Navigate through the maze, collect points, and avoid obstacles!

### 2. **Tic Tac Toe**
The timeless strategy game. Play against a friend or an AI opponent and see who claims victory first.

### 3. **Connect Four**
Drop your pieces strategically to connect four in a row—horizontally, vertically, or diagonally. Challenge a friend for hours of fun!

### 4. **Hangman**
Test your vocabulary and guessing skills in this word game classic. Can you guess the word before the stick figure meets its fate?

### 5. **Mastermind**
A code-breaking puzzle game. Crack the hidden sequence using logic and deduction in as few attempts as possible.

### 6. **Snake**
Relive the nostalgia with this classic arcade game! Guide the snake, eat food, and grow longer without crashing into yourself.

### 7. **Monty Hall problem**
An interactive version of the famous probability puzzle. Players choose one of three doors to find a prize. After an initial choice, one losing door is revealed, and players can choose to switch or stick with their original choice. Explore the math behind probability while having fun.

### 8. **Sudoku**
A number-based logic puzzle played on a 9x9 grid, divided into nine 3x3 sub-grids. The objective is to fill the grid with numbers from 1 to 9, ensuring no row, column, or sub-grid has repeating numbers.

## 🔧 How to Run

1. Clone this repository:
```bash
git clone https://github.com/Kingflow-23/Funny-Games.git

2. Navigate to the game folder you're interested in:
```bash
cd Funny-Games/

3. Follow the specific instructions in the game folder's README (if applicable).

## 💻 Requirements
I used Python 3.10.11

Other dependencies can be installed using:
```bash
pip install -r requirements.txt
```

## 🚀 Features
- Fun, engaging gameplay across multiple genres
- Multiplayer options for some games
- Beginner-friendly and easy to set up
- Regular updates with new features and games

## 📢 Contribute
Have a game idea or want to improve an existing one? Contributions are always welcome! Feel free to fork the repository and open a pull request !!