muhtalhakhan / Hacktoberfest2024

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!
GNU General Public License v3.0
6 stars 28 forks source link

Add Rock, Paper, Scissors game #82

Closed Bhabuk10 closed 3 weeks ago

Bhabuk10 commented 3 weeks ago

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