This is a simple Rock-Paper-Scissors game implemented in Python with a graphical user interface using Tkinter.
- Run the game using
python3 run.py
. - Click on the Rock, Paper, or Scissors images to make your move.
- The computer will randomly choose its move.
- The winner of the round is determined based on the Rock-Paper-Scissors rules.
- The game ends when one player reaches three wins.
- A popup will ask if you want to play again.
- Python 3.x
- Tkinter (included with most Python installations)
python3 run.py
Contributions are more than welcome, the code base is still new and needs more fun from you ! For more information, send a mail to martin [dot] aubeut [@] gmail [dot] com
Copyright (c) 2023-present Martin AUBEUT. See LICENSE.md for further details.