Skip to content

MSobocki/Rock-Paper-Scissors-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors-Python

Simple game in python using loops, dictionaries, lists, error handling and random number generation.

there are 2 files: RPS.py - source file with code RPS.exe - made with pyinstall

All lines of code has comments about how each funcion works.

if you want to create your own executable use in console:

Install pyinstaller using PIP - if you haven't already:

pip install pyinstaller 

Then compile your file:

pyinstaller -F RPS.py

About

Simple game in python using loops, dictionaries, error handling, random number generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages