Cluedo Solver v1.0
Cluedo game solver making deductions.
Loading...
Searching...
No Matches
Cluedo::Solver::Suggestion Struct Reference

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< Cardresponse_card
 The card with which the player responded, if known.
 

Detailed Description

A struct that contains the data of a suggestion.


The documentation for this struct was generated from the following file: