You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected behaviour is for the two bots to play each other without the UI (in the cmd).
But the main menu screen appears and prompts the user to select the type of game he wants to play:
If bot vs bot is chosen the UI becomes unresponsive and the game begins without the UI in the command line (as UI is set to false when starting the game)
If 'player vs botorplayer vs player` is chosen the game just ends (because a human cannot play without UI).
Bug Introduced as part of PR #10game menu selection via pygame
The text was updated successfully, but these errors were encountered:
when you try starting the game with these parameters
The expected behaviour is for the two bots to play each other without the UI (in the
cmd
).But the main menu screen appears and prompts the user to select the type of game he wants to play:
bot vs bot
is chosen the UI becomes unresponsive and the game begins without the UI in the command line (as UI is set to false when starting the game)or
player vs player` is chosen the game just ends (because a human cannot play without UI).Bug Introduced as part of PR #10
game menu selection via pygame
The text was updated successfully, but these errors were encountered: