소스 검색

Update README.md

Git-Leon 6 년 전
부모
커밋
2266e7cf08
No account linked to committer's email
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      README.md

+ 1
- 4
README.md 파일 보기

@@ -9,10 +9,7 @@
9 9
   * Craps a dice game
10 10
 
11 11
 ## Specs
12
-* This repo contains a file named [UML.pdf](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf)
13
-* The UML displays 2 interfaces which you have to create: `Game`, and `Gamble`
14
-  * Each Game must implement the `Game` interface
15
-  * Games that involve gambling should implement `Gamble`.
12
+* This repo contains a [vanilla](https://en.wikipedia.org/wiki/Vanilla_software) [UML.pdf](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf) to help get you started.
16 13
 * The project should include some concept of
17 14
  * `Player` class
18 15
    * `Player` objects should be created upon input from a user.