This project is a small replication of the classic game - Rock, Paper, Scissor. However, it uses Artificial Intelligence to track the user patterns, and predict the user's next move.
There are two ways to use this project:
- Download the files as a ZIP file:
- Click on the tile that says
<> Codeand then click onDownload as ZIP, - Unzip the files, and then run the file that says
game.py.
- Click on the tile that says
- From command line:
- Clone the repository using
git clone - Run the command from the command line:
python game.py - Clone the repository using