cluesolver
                                
                                 cluesolver copied to clipboard
                                
                                    cluesolver copied to clipboard
                            
                            
                            
                        Application to take information about a Clue/Cluedo game in progress and make deductions
cluesolver
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 page
- cluesolver/src/App.tsxis the TypeScript source for the app
- clueengine_rust/src/lib.rsis the Rust library that has all of the logic
- clueengine_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