Skip to content

A C# Console Application to play Rock, Paper, Scissors.

Notifications You must be signed in to change notification settings

kwicz/Shapes.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ro Sham Bo

A C# Console Application to play Rock, Paper, Scissors, March 2020

By Todd Walraven && K. Wicz

Description

A game in which two players can input their game move and the program will let them know which player was the winner.

Behavior Driven Project Specifications

Behavior Input Output
Both users must input strings "rock", "scissors" new instance of game is created
Users input same string "rock", "rock" "draw"
Player 1 inputs winning choice "rock", "scissors" "Player 1 Wins"
Player 2 inputs winning choice "paper", "scissors" "Player 2 Wins"

Setup/Installation Requirements

In your computer's terminal:

  1. Navigate to where you want this application to be saved, i.e.:
cd desktop
  1. Clone the file from GitHub with HTTPS
git clone https://github.com/kwicz/rock-paper-scissors.git
  1. Enter into the new file directory
cd rock-paper-scissors
  1. Start the program
dotnet run

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET Core

License

MIT

Copyright (c) 2020 Todd Walraven && K.Wicz

About

A C# Console Application to play Rock, Paper, Scissors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages