Milo Land

Wordsmash Explosion - Mastermind With Words (Python)

You can visit the project and download the files on GitHub.

https://github.com/milofultz/wordmastermind


The Game

The easiest way to think of this game is as Mastermind but with words.

You can see a more detailed explanation of the rules here.


The program will pick a random 5 letter word that the user will try to guess. The user will guess a 5 letter word and the program will return how many of the letters from the user's word exist in the random word. This process will repeat until the user guesses the word correctly.

Future Implementation