Skip to content

pjjroux/python-rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-rps

Rock, paper, scissors CLI game in Python

Description

We are building the project as part of learning Python 3.

Getting Started

Dependencies

  • Python 3
  • mysql-connector:
    pip install mysql-connector
    
  • requests:
    pip install requests
    

Installing

  • Clone or download the project files to your local machine.

Executing program

  • Run main.py
Commands
> R or ROCK
> P or PAPER
> S or SCISSOR
> X or EXIT

alt text alt text alt text alt text

Authors

Features

  • 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.

About

Rock, paper, scissors CLI game in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages