Download, compile, and play the BlockBreaker game

Starting with the next lesson you will learn some programming concepts by examining and extending some simple video game programs. 

The goal for this exercise is to download an install a completed version of the 'BlockBreaker' game that you'll be examining in the next lesson, to compile and run the game program, and to spend a couple of minutes familiarizing yourself with the game by playing it.

What you need to do for this exercise:  
Note that there's nothing to hand-in for these exercises; although you may still be required to do these there's nothing for the teacher to check.

  1. There's a separate site that gives a brief explanation of the complete, finished BlockBreaker game: http://ccc.panitzco.com/mpanitz/GTCS1/Tutorials/Conditionals/8.GameOverview/GameOverview.html
    We will be refering to this page as "a tutorial".  There will be more tutorials as we go through this course.
    Visit this page, read through it, and then download the C# project.
    1. If you're having trouble finding the link it's just below "Game Overview"; the text of the link is Link to sample C# project for this tutorial
    2. Note that this tutorial contains links to explanation videos.  You are NOT required to watch those videos, although you may (or may not) find it useful to do so.