/ScrabbleScore

A program that scores your scrabbles.

Primary LanguageC#

Scrabble Score

A console program that determines a words scrabble score.

By Hisato Kawaminami @HisatoKawaminami & Marie @BunnyMarie

Description

A console program that let's you input a word and determines it's scrabble score through an equation.

##Specs If you input a word, the program outputs it's scrabble score. Example: "quacksalver" "29" Each letter represents a score in scrabble. A, E, I, O, U, L, N, R, S, T 1 D, G 2 B, C, M, P 3 F, H, V, W, Y 4 K 5 J, X 8 Q, Z 10 Example: "A" "1" The program adds the numbers together and gives you a sum. Example: "a, e, i, o, u" "5" The program processes lower and upper case. Example: "hEy" "9"

Setup/Installation Requirements

  • Requires C#
  • Go to terminal, and run command "mcs main.cs && mono main.exe" in the scrabbleScore.Solutions folder.

Known Bugs

No known bugs! Please use relevant contact details to report any.

Support and contact details

Contact Marie/Bunny @bunnymarie on github and bunnymarie@protonmail.com || Hisato @HisatoKawaminami and hisatokawaminami@gmail.com on github and for support, bugs, questions, and comments.

Technologies Used

Created using atom and C#.

License

Copyright (c) 2018 *HisatoKawaminami & BunnyMarie/rabbitmilk