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