Deal card method should is responsible for dealing out 4 cards and placing them in a specific column.
Requirements:
- Request form the view should be made with ajax call.
- Method should handle the JSON game state
- Four cards should be dealt from the deck.
- Cards should be placed in specific columns
- Game state be returned using JSON
- View should be updated.
Deal card method should is responsible for dealing out 4 cards and placing them in a specific column.
Requirements: