![]() |
Cluedo Solver v1.0
Cluedo game solver making deductions.
|
A modal that shows the player data of a running game. More...
#include <PlayerDataModal.hpp>
Public Member Functions | |
PlayerDataModal ()=default | |
Constructs the modal. | |
void | show (Solver const &solver) |
Shows the modal. | |
A modal that shows the player data of a running game.
This modal will show the list containing the players with their names and number of cards held.
void Cluedo::UI::PlayerDataModal::show | ( | Solver const & | solver | ) |
Shows the modal.
solver | The solver that contains the game data. |