Wizard
Software Engineering Project - Wizard
|
Public Member Functions | |
std::string | get_id () |
game_state * | get_game_state () |
bool | is_full () |
bool | is_started () |
bool | is_finished () |
bool | start_game (player *player, std::string &err) |
bool | try_add_player (player *new_player, std::string &err) |
bool | try_remove_player (player *player, std::string &err) |
bool | play_card (player *player, const std::string &card_id, std::string &err) |
bool | estimate_tricks (player *player, std::string &err, int nof_tricks) |