Skip to content

giccifelipe/rockpaperscissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game in C# (Console App) - .NET 7

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?

Getting Started

Follow these steps to get the game up and running on your local machine:

  1. Prerequisites: Make sure you have .NET 7 installed on your system. You can download it from dotnet.microsoft.com.
  2. Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/giccifelipe/rockpaperscissors.git
  1. Navigate to the Project: Change your directory to the project folder:
cd rockpaperscissors
  1. 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!

Game Rules

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!

About

Game based on famous play Rock Paper Scissors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages