Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.06 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.06 KB

cluesolver

Application to take information about a Clue/Cluedo game in progress and make deductions

This is the source for the clue solver site.

For the previous version written in Python:

  • clueengine.py has all of the logic. (and unit tests)
  • clue.py is the CGI script that the UI calls into