Skip to content

vasantrj/python-mini-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Python Streamlit Pygame License: MIT GitHub stars


Building mini-games that are actually fun — powered by Python, deployed on Streamlit.


Games

⚠️ Repo in progress — not all links are live yet. New games drop regularly!

# Game Description Status Play Now
01 🧠 Quiz Game Answer trivia questions across categories Live Play
02 🔢 Number Guessing Guess the number — binary search your brain Live Play
03 🪢 Hangman Classic word guessing, the dark way Live Play
04 Rock Paper Scissors The eternal conflict, now in Python Building Coming Soon
05 🎲 Dice Rolling Simulator Roll dice, feel the chaos Building Coming Soon
06 Tic Tac Toe 3×3, with an unbeatable AI mode Building Coming Soon
07 🔐 Password Generator Secure, random, unguessable passwords Building Coming Soon
08 🐍 Snake Game The OG — runs via Pygame + WebAssembly Building Coming Soon
09 🌀 Maze Solver Watch the algorithm find its way out Building Coming Soon

Run Locally

# Clone the repo
git clone https://github.com/vasantrj/python-mini-games
cd python-mini-games

# Navigate to any game — example: hangman
cd games/hangman
pip install -r requirements.txt
streamlit run app.py

Tech Stack

Layer Tool
Language Python 3.10+
Web UI Streamlit
Hosting Streamlit Community Cloud
Game Engine Pygame + Pygbag (WebAssembly for Snake)

╔══════════════════════════════════════════╗
║                                          ║
║   Made with 💻 + ☕ by Vasant Joshi     ║
║   Final Year · Data Science Intern       ║
║                                          ║
╚══════════════════════════════════════════╝

LinkedIn GitHub

"Building one game at a time — this repo is always a work in progress.."

If this project helped you or you found it interesting, consider giving it a ⭐

About

A collection of fun mini-games built with Python.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages