Skip to content

mfilippo/mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind

An implementation of the famous game Mastermind.

Each player can be either a human or a computer. The computer code breaker player implements the Five-guess algorithm defined by Donald Knuth (1977). The original paper can be found here.

Requirements

  • Python 3

Run

The game can be started with:

python3 mastermind.py

Preview

About

An implementation of the famous game Mastermind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages