소스 검색

Update 'README.md'

nhu313 6 년 전
부모
커밋
9aae8edf42
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      README.md

+ 0
- 2
README.md 파일 보기

@@ -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.