starvader13 / PythonProjects

A repository of python projects based on OOPs concepts. The project can go from beginner to advanced.
1 stars 0 forks source link

README Creation - Rock Paper And Scissor Game #8

Open starvader13 opened 10 months ago

starvader13 commented 10 months ago

Description: I have developed a Python project named .\rock-paper-scissor-game which simulates the experience of a Rock, Paper Scissor Game in which the user gets the first chance to pick the option between Rock, paper, and scissors. After the computer select from the remaining two choices(randomly), the winner is decided as per the rules.

Game Rules:

Winning Rules as follows:

Rock vs paper-> paper wins
Rock vs scissor-> Rock wins
paper vs scissor-> scissor wins.

Project Structure:

rock-paper-scisson-game
├── README.md
├── RockPaperScissorGame.py
└── script.py

Suggested Sections for the README Game Overview Implementation Details Getting Started Prerequisites Contribution

Expected Solution:

PS: Do Star the repository

Jayanthtalasila commented 10 months ago

Is this still open? Can I contribute?

starvader13 commented 10 months ago

Is this still open? Can I contribute?

Hey @Jayanthtalasila, The issue is still open for the first task i.e Creating the README file.

Ref: "Summarize key aspects of the Rock Paper Scissor Game in the README for clear understanding and straightforward setup."

The second task has been close in MR https://github.com/starvader13/PythonProjects/pull/9 .

Feel free to contribute!!!