nelsonwellswku/Yahtzee

Write the game loop

Closed this issue · 1 comments

The game loop should support one player beginning a game and going through turns until the game is over. A turn is defined here as up to 3 rolls of the dice followed by saving the score. This will be the entry point of the application.

There's no game loop now because it is written with a browser front end :)