MichaelKyrollos / GR28-scrabble

0 stars 1 forks source link

Implemented prompting user for valid number of AI players #99

Closed pathumd closed 1 year ago

pathumd commented 1 year ago

Things changed in the ScrabbleController class:

2 regular players | 0, 1, or 2 AI players 3 regular players | 0 or 1 AI players 4 regular players | (No AI players)

** To be done: Based on the direction the group takes with AI in the Scrabble Game, the configurePlayerInformation() will need to be changed such that all 4 players can be AI players.

Things changed in the ScrabbleGameModel class: