[CONTROLS]--------------------------
[KEYBOARD KEY]			[ACTION]
W/Up					Jump
A/Left					Move Left
D/Right					Move Right
S/Down					Crouch
Period					Sprint
Q						Quit
Enter					Pause

[GAMEPAD BUTTON]		[ACTION]
A						Jump
LeftThumbLeft			Move Left
LeftThumbRight			Move Right
X						Crouch
RightTrigger			Sprint
Back					Quit
Start					Pause
-------------------------------------

[EXPLANATION OF CODE ANALYSIS ERRORS]
[CODE]					[EXPLANATION]

CA1051					The visible instance field in Mario/Flag/Level is used in other classes
CA1034					The Enum is used in Level for updating purposes
CA2211					The public variable is used in ObjectController to check how it should update
CA1822					Level cannot be static or Game will not be able to call it
CA1823					A block only needs to initialize the items it spawns for them to function.
CA1502					Complexity is needed to ensure all objects can be placed in level from CSV file

