Spell Master - Code in Place 2020 Final Project

by Alec X

Description

This is a spelling game that is a two-player variation on the NYTimes "Spelling Bee" game. This program produces a random list of seven letters (two from a list of vowels and five from a list of all of the other letters in the alphabet excluding vowels). The program prompts each player to make a word with these letters and checks that the combination of letters has not already been used and that it is actually a word. With more time, I'm excited to use Python's graphics capabilities to create a more aesthetically pleasing interface for the two players!