Coding Global Background
Coding Global

help i cant do this

Archived a year ago
2 messages
2 members
a year ago
Open in Discord
L
jona
Active!

Main program: void main(String[] args) Contains the main loop of the program which allows the player to play multiple games and select the desired game type. Until the player chooses to quit, they are allowed to select the scoring type and distribution of tiles for his next game. We must then initialize two tables according to our choices before calling the playPart() method. The latter manages a complete game and returns us the final score that we can compare with the record obtained by the player. If he has beaten his record, we display a message like the one on the line 32 from the Boutabou terminal. He is then allowed to play a new game or leave. When he chooses to leave, we remind him of his record before greeting him

Replies (2)