Welcome to the Rock, Paper, Scissors game in C# console app, built using .NET 7! This simple game allows you to play the classic Rock, Paper, Scissors game against the computer. But wait, there's more! We have plans to extend this game by adding two additional options: Spock and Lizard. Exciting, right?
Follow these steps to get the game up and running on your local machine:
- Prerequisites: Make sure you have .NET 7 installed on your system. You can download it from dotnet.microsoft.com.
- Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/giccifelipe/rockpaperscissors.git
- Navigate to the Project: Change your directory to the project folder:
cd rockpaperscissors
- Build and Run: Build and run the project using the following commands:
dotnet build
dotnet run
Now, you can enjoy playing Rock, Paper, Scissors against the computer!
The classic Rock, Paper, Scissors game rules are simple:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
With the extension of Spock and Lizard game rules are simple:
- Rock beats Scissors and Lizard
- Scissors beats Paper and Lizard
- Paper beats Rock and Spock
- Lizar beats Spock and Papers
- Spock beats Scissors and Rock
Thank you for checking out our Rock, Paper, Scissors game in C#! We hope you have fun playing it!