|
@@ -23,7 +23,5 @@
|
23
|
23
|
* Go fish is a friendly game and should not involve gambling.
|
24
|
24
|
* `BlackJack` and `GoFish` are both Card Games and should therefore inherit from a common `CardGame`.
|
25
|
25
|
* Any common logic or fields between the games should live CardGame class, **not** BlackJack **nor** GoFish.
|
26
|
|
-* The UML provided is missing classes, properties, and definitions required to complete this project.
|
27
|
26
|
* You must have a completed and approved UML diagram before you proceed to do any development
|
28
|
|
-* You can either work by yourself , or in a group no bigger than 3.
|
29
|
27
|
* All public methods should be tested.
|