Skip to content

DennisForge/python-games-collection

Repository files navigation

🕹️ Python Game Collection

A collection of beginner-friendly Python games to practice logic, conditionals, loops, and user input.

🎮 Included Games

  • number_guesser.py: Guess the number (easy mode)
  • number_guessing_game.py: Number guessing with feedback loop
  • quiz_game.py: Simple trivia quiz
  • rock_paper_scissor.py: Classic rock-paper-scissors vs computer
  • rock_paper_scissors.py: Variant of rock-paper-scissors with different logic

🧰 Technologies

  • Python 3.x
  • Standard library only

▶️ How to Run

python game_name.py

📂 Topics

  • User input
  • Conditional logic
  • Random module
  • Loops and counters

Releases

No releases published

Packages

No packages published

Languages