![]() |
Cluedo Solver v1.0
Cluedo game solver making deductions.
|
A struct that contains the data of a suggestion. More...
#include <Solver.hpp>
Public Attributes | |
std::size_t | suggesting_player_index |
The index of the player who made the suggestion. | |
Card | suspect |
The suspect suggested. | |
Card | weapon |
The weapon suggested. | |
Card | room |
The room suggested. | |
std::optional< std::size_t > | responding_player_index |
The index of the player who responded, if any. | |
std::optional< Card > | response_card |
The card with which the player responded, if known. | |
A struct that contains the data of a suggestion.