This project will familiarize you with coding using the java.util.ArrayList class, the sort method of the java.util.Collections class, and the use of a Stack interface.
You will be completing an implementation of the game 6 Nimmt!, a card game for two to ten players. In this game, you interact with rows of cards using a Stack, and can keep a hand of card and a scoring pile using a List. To learn more about the game, see the Rules and Online Implementation linked above.
For this project, you will be implementing the toString
and play
method for the SixNimmt
class. For more details, see the code above in the
Provided Files section.
project3
in your csc234
directory on the cs.centenary.edu server.