Welcome to python-fun-code-games โ a playful collection of Python mini-games and fun code experiments. Whether you're learning Python or just want to relax with code-based entertainment, this repo is your playground! ๐ง ๐
A growing list of beginner-to-intermediate games and fun Python code projects, such as:
- ๐ฒ Dice Roller โ Simulates rolling one or more dice with animations
- ๐ฃ Minesweeper โ Classic grid game with safe clicks and mines
- ๐ง Memory Game โ Test your short-term memory with matching tiles
- ๐ก Guess the Number โ AI or human guessing between ranges
- ๐งฑ Tetris / Snake / Pong โ Pygame-based recreations of classic games
- ๐พ Alien Invaders โ A space shooter with keyboard control
- ๐ง Maze Solver โ Generates and solves mazes visually
- ๐ฏ Typing Speed Test โ Measures your typing accuracy and speed
New games are added regularly โ so stay tuned and โญ๏ธ this repo!
๐ Learning Goals This project is great for:
Practicing Python fundamentals (loops, conditionals, functions, OOP)
Working with pygame, tkinter, and CLI/GUI interfaces
Improving problem-solving through game logic
๐ License MIT License ยฉ 2025 [Soala]
Most games run with just Python 3.x. Some may need extra libraries like:
pip install pygame