This is a fun Rock Paper Scissors game written in Python.
You play against the computer โ simple console-based gameplay using ASCII art.
- You choose a number:
0โ Rock1โ Paper2โ Scissors
- The computer randomly selects one of these options.
- The program compares both choices and prints the result:
- ๐ชจ Rock crushes Scissors
- ๐ Paper covers Rock
- โ๏ธ Scissors cut Paper