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.html
is the main pagecluesolver/src/App.tsx
is the TypeScript source for the appclueengine_rust/src/lib.rs
is the Rust library that has all of the logicclueengine_rust/src/bin/cgi_server.rs
is the Rust CGI script that the UI calls into
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