Introduction - If you have any usage issues, please Google them yourself
To simplify the drawing for now, we use circles as gems. For drawing circles or any other primitives, we just need to call the Draw method on our surface with the primitive as a parameter (in our case an Ellipse with the same width and height), the Color to be used, and some other optional parameters. The random colors used in the following piece of code were generated in the constructor of our Game class (see final code):