codegard1/blackjack

Implement "New Game" menu

Closed this issue · 5 comments

Create a menu of game options on a Panel. Include

  • New Game
  • Deck Display options (remove from CommandBar
  • Restart Game

Created branch optionspanel to implement this

The deck display options were implemented in 0223386

The Options button is current being displayed in the CommandBar above each player's hand, resulting in needless duplication. Perhaps create a header with a hamburger menu in the upper left...?

Implemented New game in e743373

Restart Game is kind of redundant, since "New Game" means the same thing. Instead I separated "New Round" as a button on the Player CommandBar, from "New Game", which resets everything to the default (player banks, turn count, round count, etc.)