Tom Says: Safe code is boring code!
One day a friend said, "I bet you could make this game easily." He was talking about Helicopter Game, a very simplistic Flash game which is probably based on a much older console game. I immediately agreed and did just that.
The result is Copter Game, a C# clone of Helicopter Game for Windows with worse graphics and Wiimote support. It has worse graphics because it made the internal data structure incredibly simple. It supports the Wiimote because I wondered how easy it would be.
The source code is not very well documented, but most things are named sanely, so perhaps you can dive in without introduction: here is the source code for the main form. This is the only file with source code that does something interesting.
Posted Jul 01, 2007, in the late, late night.