This Python project brings the classic Rock, Paper, Scissors game to life. Challenge a computer opponent and see if you can outsmart it! ๐ค
Run the Python script.
Choose your move: 0 for Rock, 1 for Paper, or 2 for Scissors.
The computer makes its move. ๐ค
Find out who wins! ๐๐
Rock crushes Scissors ๐ชจโ๏ธ
Scissors cuts Paper โ๏ธ๐
Paper covers Rock ๐๐ชจ
Import random for computer's choice.
Create text representations for Rock, Paper, Scissors.
Get user input.
Generate computer's choice.
Determine the winner.
Best-of-three or best-of-five rounds.
Scoring system. ๐
Graphical user interface. โจ
Smarter AI opponent. ๐ง
Enjoy the game! ๐ฎ Want to improve it? Fork this repo! ๐ค