Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Tachimura/Clips-MasterMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clips-MasterMind

MasterMind solver implemented with Clips
It is composed of various modules to split the code:

  • Bell / Alan, are 2 modules of agents that can solve the problem (mainly Adam)
  • Game /Main manage the flow and control the responses of every guess

Alan is based on an implementation of Swaszek.
It can be easly upgraded by producing the S set right before the next guess (instead of creating all combinations at the beginning and then cut it time by time) or we can also just generate one new assignment (instead of everyone) since we will choose just one.

About

MasterMind solver implemented with Clips

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published