Reset controller method will be called by a button on the view to reset the game any time.
Requirements:
- Game board must be cleared
- A new deck should be initialized, stuffed
- Four cards should be dealt out of the deck and placed in columns
- Game state should be reflected in the view so the player can play the game.
Reset controller method will be called by a button on the view to reset the game any time.
Requirements: