Browse Source

Update 'README.md'

nhu313 6 years ago
parent
commit
9aae8edf42
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      README.md

+ 0
- 2
README.md View File

23
 * Go fish is a friendly game and should not involve gambling.
23
 * Go fish is a friendly game and should not involve gambling.
24
 * `BlackJack` and `GoFish` are both Card Games and should therefore inherit from a common `CardGame`.
24
 * `BlackJack` and `GoFish` are both Card Games and should therefore inherit from a common `CardGame`.
25
 * Any common logic or fields between the games should live CardGame class, **not** BlackJack **nor** GoFish.
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
 * You must have a completed and approved UML diagram before you proceed to do any development
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
 * All public methods should be tested.
27
 * All public methods should be tested.