This assignment requires you to modify and submit a program. The program must be submitted to AutoLab by midnight, Friday, May 1. You should bundle your java files along with the Keyboard class file

computer science

Description

Deliverables
This assignment requires you to modify and submit a program. The program must be submitted to
AutoLab by midnight, Friday, May 1. You should bundle your java files along with the Keyboard class file
(if you decide to use it) into a single zip file. . Note: any assignments that do not include the
Acknowledgments section as specified in the Style Guide will receive a 25% deduction. This
acknowledgment should appear in all java files submitted.
Specications
In this assignment, you will design and implement a program plays a game of Poker (5 Card Stud)
between 2 players. Your program must be built using the following six classes:
Poker.java (https://users.cs.jmu.edu/nortonml/cs149/pas/pa05/Poker.java)
Dealer.java (https://users.cs.jmu.edu/nortonml/cs149/pas/pa05/Dealer.java)
Player.java (https://users.cs.jmu.edu/nortonml/cs149/pas/pa05/Player.java)
Deck.java (https://users.cs.jmu.edu/nortonml/cs149/pas/pa05/Deck.java)
Hand.java (https://users.cs.jmu.edu/nortonml/cs149/pas/pa05/Hand.java)
Card.java (https://users.cs.jmu.edu/nortonml/cs149/pas/pa05/Card.java)
04/05/2020 Apr 17: PA5 (due Friday, May 1, 11:59pm)
https://canvas.jmu.edu/courses/1700186/assignments/11340882 2/5
The Poker.java , Card.java , and Hand.java classes are complete. The Dealer.java , Player.java , and
Deck.java are stubbed and you will need to complete these. You are free to add to the "complete"
programs, if you should feel the need (or the desire). You are free to add to the stubbed programs if you
wish (although you should be sure to keep the methods provided, and keep the methods in proper
order).


Related Questions in computer science category