Pārlūkot izejas kodu

Update README.md

Git-Leon 6 gadus atpakaļ
vecāks
revīzija
9e3651c1b5
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 6
    6
      README.md

+ 6
- 6
README.md Parādīt failu

@@ -1,6 +1,6 @@
1 1
 # TC-Casino
2 2
 * Objective:
3
- * To create a casino simulation.
3
+  * To create a casino simulation.
4 4
 
5 5
 ## Minimum Viable Product (MVP)
6 6
 * Your application must have at the very least 3 games:
@@ -11,15 +11,15 @@
11 11
 ## Specs
12 12
 * This repo contains a file named [UML.pdf](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf)
13 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`.
14
+  * Each Game must implement the `Game` interface
15
+  * Games that involve gambling should implement `Gamble`.
16 16
 * The project should include some concept of
17 17
  * `Player` class
18
-  * `Player` objects should be created upon input from a user.
18
+   * `Player` objects should be created upon input from a user.
19 19
  * `Game` interface
20
-  * Contract which ensures that a class enforces some aspect of _playing_.
20
+   * Contract which ensures that a class enforces some aspect of _playing_.
21 21
  * `Gamble` interface
22
-  * Contract which ensures that a class enforces some aspect of _waging money_.
22
+   * Contract which ensures that a class enforces some aspect of _waging money_.
23 23
   
24 24
  
25 25