Delete card method should remove the last card from any column in the game.
Requirements:
- The method should handle any column request to delete a card
- Card should be remove from the game state
- Error handle should be done to prevent out of bound indexing
- Changes in the game state should be reflected in the view
Delete card method should remove the last card from any column in the game.
Requirements: