Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi please I have a scrabble project in c++ and I want to solve it . I want to make a scrabble game in c++

Hi please I have a scrabble project in c++ and I want to solve it . I want to make a scrabble game in c++ . I want to use iostream , stdafx.h and cstring libraries only . there are two players , they want to make words from these caracters :ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQ RSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRST these 2 players have to make words from these caracters till these caracters done . at the end all the words that the 2 players made by (cin) must be viewed on the screen by (cout ). every time a player enter a word, the characters of this word must be eliminated from the list of characters and make sure to calculate the score of each player according to :

0 point - blank tile

1 point - A, E , I, L, N, O, R, S, T, U

2 point - D, G

3 point - B, C, M, P

4 point - F, H, V, W, Y

5 point - K

8 point - J, K

10 point - Q, Z

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions