Skip to content

Recreating the game of Scrabble in C++ with two different potential AI players.

Notifications You must be signed in to change notification settings

ccreight/Scrabble_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble game that shows in terminal and allows for max 8 players (main code in scrabble.cpp)

------------------------[compilation instructions / clarification]--------------------------

To compile, type "make scrabble" - this will create an executable called scrabble, which will run the game To compile the trie files, "make trie" The AI that chooses the longest move is located in cpul.h and cpul.cpp The AI that chooses the highest scoring move is located in cpus.h and cpul.cpp Play against the AI by giving them the names "cpul" or "cpus"

About

Recreating the game of Scrabble in C++ with two different potential AI players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published