# Scrabble_Game
Classic word game scrabble developed in C programming language which is console interactive.  the version realized so far is for one player who starts the game with 7 randomly picked tiles each with a letter and a score. Each turn, the player adds one or more words to the board vertically or horizontally and the score is updated according to the letters forming the word.
The main goal of the project was to pass through the software Engineering cycle: Requirements, design, implementation, testing and evolution.

Scrabble_project.pdf file has detailed decription of the project.
