Skip to content

mschoebel/guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Guess

Simple Python implementation of the game "guess" aka. Mastermind. Actually, this is just a collection of methods for analyzing the game.

Usage

Execute python guess.py.

This will show the optimal game for six colors and four places -- the "best" guess (= reduces the number of possible solutions the most) is answered with the "best" evaluation (= keeps the number of possible solutions maximized).

Links

Online version: http://www.chiark.greenend.org.uk/~sgtatham/puzzles/java/guess.html

Analysis: http://mathworld.wolfram.com/Mastermind.html

About

Guess game in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages