Rock, paper, scissors CLI game in Python
We are building the project as part of learning Python 3.
- Python 3
- mysql-connector:
pip install mysql-connector - requests:
pip install requests
- Clone or download the project files to your local machine.
- Run main.py
Commands
> R or ROCK
> P or PAPER
> S or SCISSOR
> X or EXIT
- Working Rock, paper, scissor game with ASCII art displayed after each play.
- Match outcomes logged in a database using a PHP API to build up historic data.
- COM moves decided by using the historic data after 10 rounds against the same player.