Skip to content

A game of mastermind against the computer utilizing a number of different algorithms

License

Notifications You must be signed in to change notification settings

JBierenbroodspot/mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mastermind

A game of mastermind against the computer utilizing a number of different algorithms

Backend

The game of Mastermind and the algorithms are written in Python and can be found in src/. Run mastermind.py for a (very minimalistic and computer optimized) game of Mastermind. You can run each algorithm simply by running a module in src/algorithm/. There are no dependencies.