This project is a simple Python command-line implementation of the classic Stone Paper Scissors game, where the user plays against the computer. The program uses basic game logic and random number generation to determine the winner.
- User vs computer gameplay
- Random choice generation for the computer
- Clear win, lose, and draw conditions
- Python
- Run the program using: python Stone_paper_scissors_game.py
- Follow the on-screen instructions to play the game.
- Using conditional statements
- Implementing game logic
- Working with the random module