Inspiration
I really enjoy playing puzzle games, so I wanted to utilize my skills to recreate one
What it does
When run, the user can play the puzzle game Mastermind on the command line.
How we built it
This program was created using python and uses the command line to take in user input and display results.
Challenges we ran into
The main challenge was representing images with text on the command line. This was solved by importing a module that allowed the program to print text in colour.
What's next for Mastermind Game
With more time, I'd like to incorporate more features into the game, such as using a module to display the game using images rather than text.

Log in or sign up for Devpost to join the conversation.