Description: Details about the program and main assumptions
*
* This program accepts bids from players. Each bid must between 2 to 4, or 0 to pass.
* If nobody bids, the game will be passed in.
*
* This project only completes the main part of dealing. The method of randomly choosing
* cards makes it possible for the same card to appear more than once, as if we shuffled together
* many decks of cards, and dealt from that merged deck. This will be fixed in Project 2.
*
* The number of players is between 2 to 7.
To Search:
File list (Check if you may need any files):
Pitch.java