To find out the best possible way to play cluedo such that you maximise the following heuristics:
- Maximise the information gained when interrogating
- Minimize the information leaked when interrogating
- Minimize the information leaked when revealing
- install deno
- run
deno task start
- Fix knowledge base. Knowledge base should be a matrix capable of tracking who has what, who doesn't have what, and who could possibly have what. Current knowledge base only reflects who has what.
- Remove question logging. Not needed. Information can be maximised from knowledge base matrix.
- Generate all possible interrogations and assign scores to each interrogation that reflects information gain.
- Possibly use a model for the above.