Implement local 2 player mode. Let the player choose at the beginning of the game whether they want to be word master or guessing player. Then based on their choice dispatch handling of the game logic to either run_word_master or run_guessing_player.
Implement local 2 player mode. Let the player choose at the beginning of the game whether they want to be word master or guessing player. Then based on their choice dispatch handling of the game logic to either
run_word_master
orrun_guessing_player
.