Here are some fun and beginner-friendly Python projects I’ve worked on:
- 🐍 Madlibs – A word game where users input words to generate a hilarious story.
- 🎲 Guess The Number (Computer) – Program guesses a number you’re thinking of.
- 🎯 Guess The Number (User) – The user tries to guess a random number.
- ✊✋✌️ Rock Paper Scissors Game – Classic CLI game against the computer.
- 🪤 Hangman Game – Word guessing game with limited tries.
- ❌⭕ Tic Tac Toe – Two‑player terminal game.
- 🤖 Tic Tac Toe + AI – Tic Tac Toe with a basic AI opponent.
- 🔍 Binary Search Demo – Demonstrates the binary search algorithm in Python.
- 💣 Minesweeper Game – CLI Minesweeper-style game.
- 📐 Sudoku Solver – A program to solve or check Sudoku puzzles.
These projects are perfect for learning Python fundamentals like loops, conditionals, functions, and basic algorithms.