Simple Python Games

Choose a game to explore or view its GitHub repository

Quiz Brain

Quiz Brain

A Python quiz game that tests your knowledge on various topics. Engage with fun questions and challenge yourself with each round. It shows the utility of OOP in Python.

View on GitHub
Higher Lower

Higher Lower

A fun Python game where you guess which number or item is higher. It’s simple, interactive, and helps practice basic Python logic and comparisons.

View on GitHub
Number Guessing

Number Guessing

Guess the correct number randomly generated by Python. The game gives hints if your guess is too high or too low, making it engaging and fun.

View on GitHub
Blackjack

Blackjack

A Python card game simulating Blackjack where you try to beat the dealer. It teaches basic game logic, conditional statements, and Python loops.

View on GitHub