Skip to content

e-vdb/Mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind with graphics user interface

Summary

Mastermind game for one player with two difficulty levels (junior/senior).

Code written in python3 with graphics user interface (GUI) using Tkinter.

Repository content

To play the game : save the following files in the same directory.

  • Mastermind_eng.py : Python 3 script
  • rules_eng.txt : plain text document that contains the rules of the game
  • stat.txt: plain text document used to record game statistics
  • about.txt : plain text document that contains copyright and license information

Mastermind

Mastermind is a code-breaking game.

To learn more about Mastermind : https://en.wikipedia.org/wiki/Mastermind_(board_game)

Tkinter interface

Interface

start

Help

From the GUI you can read How to play? as well as copyright and license information.

Game statistics

The game statistics are recorded and can be displayed thanks to the menu Statistics from the GUI. You can reset the statistics with the button Reset.

stat

Example of game

Here is an example of game.

example

Tasks list

  • Document code

About

Tkinter implementation of the Mastermind game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages