C# Minesweeper Game
29-Jun-2003 6 Comments
I have always wondered how hard it would be to write a game in C#. I picked Minesweeper for my first try. Made an OO design and then went programming.
See the result in the downloadable zip file. The whole program is less then 400 lines of code!
Screenshot
I have reduced the complexity a bit by eliminating the flag-icon and all menu options.