A simple command-line Python game where two players compete by setting secret numbers and guessing each other's numbers.
- Two-player gameplay
- Input validation
- Guess counter
- Winner announcement
- Clean console interface
- Python 3.x
python python_game.py- Player 1 sets a secret number.
- Player 2 guesses it.
- Player 2 then sets a secret number.
- Player 1 guesses it.
- The player with the fewest attempts wins.
- Python
- Command Line Interface (CLI)
Pragati Singhal