Wiki page to upload your work: https://wiki.umn.edu/UMMCSci2101Fall2011/WarCardGame
The lab is done in pairs.
Fill in the missing methods of the Card class. The current version of the class itself and the testing class is on the wiki (see the link above). I added comments and stubs for all methods that are called in the testing class. This will be done all together, the "Coding Dojo" style.
Every group proposes classes and their key methods. Then the sketch of the solution is written. This will also be done all together.
Every group implements and tests their classes. Make sure to put your names in comments so that other groups know who the authors are in case something needs fixing or tweaking.
Please pay attention to the methods' specification. If anything is unclear, verify it with the relevant group or groups. Failure to follow the specification and failure to communicate when such communication is needed will result in a lower grade.
Groups that are done with their code will test other groups' methods. If a problem is discovered, contact that group and work with them on fixing the issue.
The code is put together. Necessary final tweaking is done.
This is an individual assignment, 15 points
Using the same Card, Deck, and Player classes that we used for putting together the game in the lab, and the other Game class (by Eric, Chase, and Kelsey with the help from Kevin, Nick, and Miles), put together another version of the war game. Your tasks include:
Send me all of the code you worked on at the end of the lab (CC your group). The lab grade is based on in-class activities and the code sent to me at the end of the lab (or, if final, incorporated into the solution).