Whack-A-Mole

This was a game I wrote in a few hours to teach myself C#. Going in, I knew almost nothing about C#, since I had been programming entirely in Unity's JavaScript, so as a very simple challenge to myself to learn a new language, I wrote this basic Whack-A-Mole game. There are no graphics to speak of, but the gameplay is all in there. If I remember correctly, this game took about 3 hours to write, including all the time to learn the new language.

Click on the "moles" as they pop up to hit them back down and try to get the highest score you can during the 1-minute time limit.