Design Idea
Hello everyone, I am making a game and currently have 3 classes Game, Player, and Dice. The game creates the players and controls the dice. The player shakes the dice and chooses which ones to keep.
My question is this: Right now I have the game creating the player and the dice but also prompting the user for information. Should I have another layer between the promting the user for info (GUI) and the player and dice.
Example Console --> Game -->Player and Dice.
Thanks

