Change Log

You can play Rock Paper Scissors Lizard Spock game with Shelodn using this module!

Install package: pip install BBT == latest version number

For fun!

Import BBT

print(BBT.get_codes())
# will give all list of options you can play

BBT.rpsls("Rock")

# it will give what you have choosen and sheldon had choosen. Finally delares winner.


==============

0.0.1 (24/08/2022)

0.0.2 Testing PIP upload

0.0.3 Game Invented

0.0.4 Game add features

0.0.5 Module tested

0.0.6 String Test case Fix