Skip to content

This is a match game for light trying to learn Python language.

Notifications You must be signed in to change notification settings

imeysam/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper and Scissors match game

This game is a light trying to learn Python lang


Run:

$ python3 main.py

Input: you can select one item between these letters:

(r, p, s)

r: rock

p: paper

s: scissors

Output: represent a dictionary that is score board of the match between You and System. Like this:

{'user': 0, 'system': 3}


Meysam Alipuor

About

This is a match game for light trying to learn Python language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages