In this exam, you will create a slot machine game. Your slot machine will have three views each with a circle in it.
CircleView
class which extends the UIView
class. This class represents each View and should be able to draw a circle according to it's
properties:
Game
class that manages the spinning and the score.
In addition, your model should have a Circle
that represents a circle, it's
color and shade.
Game
should:
CircleView
.
Game
should have the following methods:
Game
should have the following attibutes:
Circle
objects
Circle
should have the following method:
Circle
should have the following attributes:
Please submit the completed midterm exam on Blackboard as a zip file of your entire project. No other forms of submission will be accepted.