Browse Source

Update README.md

Git-Leon 6 years ago
parent
commit
cc9c893585
No account linked to committer's email
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      README.md

+ 6
- 6
README.md View File

11
 ## Specs
11
 ## Specs
12
 * This repo contains a [UML](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf) to help get you started.
12
 * This repo contains a [UML](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf) to help get you started.
13
 * The project should include some concept of
13
 * The project should include some concept of
14
- * `Player` class
15
-   * `Player` objects should be created upon input from a user.
16
- * `Game` interface
17
-   * Contract which ensures that a class enforces some aspect of _playing_.
18
- * `Gamble` interface
19
-   * Contract which ensures that a class enforces some aspect of _waging money_.
14
+  * `Player` class
15
+    * `Player` objects should be created upon input from a user.
16
+  * `Game` interface
17
+    * Contract which ensures that a class enforces some aspect of _playing_.
18
+  * `Gamble` interface
19
+    * Contract which ensures that a class enforces some aspect of _waging money_.
20
   
20
   
21
  
21
  
22
 
22