tkinter
. The game selection menu allows users to choose games they would like to play between "Tetris" and "Candy Crush" using radio buttons.Depending on the selected game, the interface updates to present relevant settings:
- For "Tetris," users are able to set player names(player1 is required, player2 and player3 are optional) and adjust the board's height and width.
- For "Candy Crush," users are able to set player names(player1 and player2 are required), board size (width and height), and the goal score. Game instruction provide basic information to user about how to play the game user selected. Error message box was added in game selection menu to ensure that users could correct any issues before the game starts.