Skip to content

kpundt93/scrabble-scorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble Scorer

By: Katie Pundt and Albert Lee

A console application to calculate the Scrabble score of a word.

Technologies Used

  • C#
  • .NET
  • MSTest
  • NuGet
  • git
  • GitHub

Description

The user will be prompted to enter a word in the console. Upon entering that word, their Scrabble score will be calculated and displayed.

Setup/Installation Requirements

  • Navigate to https://github.com/kpundt93/scrabble-scorer
  • Click on the green "Code" button and copy the repository URL or click on the copy button
  • Open the terminal on your desktop
  • Once in the terminal, use it to navigate to your desktop folder
  • Once inside your desktop folder, use the command git clone https://github.com/kpundt93/scrabble-scorer.git
  • After cloning the project, navigate into it using the command cd scrabble-scorer/ScrabbleScorer.Tests
  • Then run the command dotnet restore to install project dependencies
  • Run the command dotnet build to build and compile the project
  • If you would like to run the project tests, run the command dotnet test
  • Navigate to scrabble-scorer/ScrabbleScorer and run the command dotnet run to run the project in the terminal

Known Bugs

  • No known bugs

License

MIT License: https://opensource.org/licenses/MIT

Copyright (c) 2021 Katie Pundt and Albert Lee

About

Epicodus week 8, lesson 25

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages