Word games

posted by: Ms. Martin 9 February 2011 No Comment

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.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>