/Scrabble.Solution

C#/.Net testing application utilizing MSTEst framework and dictionaries

Primary LanguageC#

Scrabble

C# PROJECT TEMPLATE, Mar. 5, 2020

By Insert Name Here

Description

__

Specifications:

Specification Example Input Example Output
Application assigns values to each letter d, g d = 2, g = 2
User inputs a word "dog" 5
Application checks to see if user input is a real word "dg" Sorry, this is not a recognized word
If user input is a real word, return total word score "word Word Score: 8

Setup/Installation Requirements

To use this application, follow the following instructions.

Installing .NET core

For macOS:
  • Dowload this .NET Core SDK which will prompt a .pkg file download from Microsoft.

  • Open the file. This will launch and walk you through installation steps. Use default settings.

  • Confirm the installation is successful by opening the terminal and running the command $ dotnet --version. You should see something like 2.2.105 in response.

For Windows:

Installing donet script

  • After installing .NET Core, run the command dotnet tool install -g dotnet-script in Terminal.

Application Setup:

Clone this repository via Terminal using the following commands:

  • $ cd desktop
  • $ git clone "repository link"
  • $ cd ProjectName.Solution

To Run this Console Application, enter the following command in the Terminal:

  • $ dotnet run

To view the source code of this application, open the folder in the Text Editor of your choice. (Example: to open via Visual Code enter the command code . in Terminal.)

Technologies Used

  • Git
  • C#
  • .NET Core 2.2
  • dotnet script
  • VS Code

License

This webpage is licensed under the MIT license.

Copyright (c) 2020 Insert Name Here