/RPS

Primary LanguageC#

RPS

May 13th, 2020

Description

This console application will play rock paper scissors with you

This application is already linked to a Program.cs, .csproj, & .gitignore, but will need a .NET 3.1 or 2.2 download

Setup/Installation Requirements

Make sure you have git version control installed on your computer.

  1. Click the green 'Clone or Download' button and copy the link / download the zip
  2. Open terminal and type... or skip to #4 if you downloaded the zip

Windows

cd desktop

Mac & linux

cd ~/Desktop
  1. in terminal type 'git clone {link to repository} '
git clone {link to repository}
  1. If you downloaded the zip then extract all onto your desktop
  2. Open the folder with VSC or an equivalent
  3. Download .NET Core Sdk 2.2 & Run dotnet -- version in the terminal to confirm installation
  4. In the terminal Run dotnet tool install -g dotnet-script
  5. Open project & Run dotnet run
  6. Enjoy

Specs

Behavior Driven Development Spec List

RPS

Behavior Input Output
The program will welcome the user to come play 'dontnet run' 'Let's play a game of RPS'
The program will accept user's choice 'rock, paper or scissors' 'holds data to compare to the cpu's choice'
The program will generate a random choice of 'rock, paper or scissors' na 'holds data to compare to user's choice'
The program will compare answers and display a victor 'User Choice' 'victor'

Known Bugs

N/A - 5/8/2020

gh-pages

WiseFool92.github.io/RPS

Support

Email: watkins92@gmail.com


Built With

Useful tools





License

This project is licensed under the MIT License

Copyright (c) 2020 Nathan Watkins-Hoagland & Eric Settels ner