Description: Programming: Analog strive for poker games. Strive for poker games allow two and two more players to participate, and also allows players to freely exit from the poker game. Strive for poker games rules, which player to play all the cards first win. Finally the finished brand is lost. Assuming that each player in each round only out of a brand, test the game code as shown below in Listing 3-1, please use the object-oriented programming model to achieve this poker game.
To Search:
File list (Check if you may need any files):
Pork_game\Deck.java
.........\Player.java
.........\PorkGame.java
.........\PorkSort.java
.........\Test.java
Pork_game