Word games
You will work on implementing a word game somewhat similar to Scrabble. This will give you a good refresher on dictionaries, a super useful data structure! The writeup comes from MIT and is in two parts: ps5 and ps6.
You will need the following data file: words.txt.
There’s also some starter code: ps5.py. Starting will this will give you a sense of how other people might program in Python. It should also show you a nice way to decompose this problem.




