A collection of beginner-friendly Python games to practice logic, conditionals, loops, and user input.
number_guesser.py: Guess the number (easy mode)number_guessing_game.py: Number guessing with feedback loopquiz_game.py: Simple trivia quizrock_paper_scissor.py: Classic rock-paper-scissors vs computerrock_paper_scissors.py: Variant of rock-paper-scissors with different logic
- Python 3.x
- Standard library only
python game_name.py- User input
- Conditional logic
- Random module
- Loops and counters