You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a noob in Git and learning Python right now so this is my repository where I will be uploading my python projects and this repository is public so anyone can view my projects and I hope you guys will help me to get better day by day.
A Single Player Game to be played between Player and Computer where each player choose from Rock/Paper/Scissor. Game ends in either player one winning or losing or a tie
a game of rock-paper-scissors-lizard-spock between two participants. The game starts by asking the user for the name of the two participants, and then allows the user to play rounds of the game until they choose to end the game. At the of the game, the code prints out the winner of the game based on the number of points each participant has.
Rock-Paper-Scissors game it includes both the traditional version and an extended version with Lizard and Spock. The project features a command-line interface with clear instructions, random computer moves, score tracking, and a graceful exit.