Star this repo & Welcome to Hacktoberfest 2024! This repository offers a variety of projects that encourage open-source contributions. Here, you’ll find specific applications to build upon, making it easier to get involved and start contributing!
This pull request implements the Rock, Paper, Scissors game in Python as outlined in issue #81.
It includes:
A Python script (game.py) allowing a player to compete against the computer, with randomized choices and immediate feedback on each round.
Description
This pull request implements the Rock, Paper, Scissors game in Python as outlined in issue #81.
It includes: A Python script (
game.py
) allowing a player to compete against the computer, with randomized choices and immediate feedback on each round.Fixes #81