Git-Leon 6 anni fa
parent
commit
cc9c893585
No account linked to committer's email
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6
    6
      README.md

+ 6
- 6
README.md Vedi File

@@ -11,12 +11,12 @@
11 11
 ## Specs
12 12
 * This repo contains a [UML](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf) to help get you started.
13 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