

This is a simple scrabble project created in C++ during my 2nd year of university. Being the first project I created using C++, making this little command-line game taught me the basics of this coding language, class structures and pointer arithmetics. The program sorts through a list of words stored in a text file using merge sort and stores them into a vector of legal words. The player is then given a hand of letters (including blanks) to play from. Using these letters, the player can suggest ...

Tap to see all activity →
No reviews for Simple 1 Player C++ Scrabble yet
Be the first to write one.