Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- System.out.println("How many players? ");
- int numPlayers = Console.readInt();
- int count = 0;
- while(count < numPlayers){
- Player (player + count) = New Player();
- (player + count).enq();
- }
- while(!gameOver()){
- System.out.println("Would you like to roll the dice? Y/N );
- if(input == 'Y'){
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement