top of page

C++ Scrabble Game

In the first semester of my second year, I have made a scrabble game in C++. The game displays a scrabble board and gives the user letters from a list. When the user wants to input a word the game will request the origin point of that word and whether the word will be vertical or horizontal. It will then add the word and check if there are any other words formed with adjacent letters, calculate the score and add it all up.

bottom of page