h0uter / galgo

1 stars 1 forks source link

Implement local 2 player mode #13

Open bobluppes opened 3 months ago

bobluppes commented 3 months ago

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.