Application to take information about a Clue/Cluedo game in progress and make deductions
This is the source for the clue solver site.
cluesolver/public/index.htmlis the main pagecluesolver/src/App.tsxis the TypeScript source for the appclueengine_rust/src/lib.rsis the Rust library that has all of the logicclueengine_rust/src/bin/cgi_server.rsis the Rust CGI script that the UI calls into
For the previous version written in Python:
clueengine.pyhas all of the logic. (and unit tests)clue.pyis the CGI script that the UI calls into