View Single Post
  #2 (permalink)  
Old 06-16-2008, 08:15 PM
gaylo565's Avatar   
gaylo565 gaylo565 is offline
Programmer
 
Join Date: May 2007
Location: flagstaff, az
Posts: 187
Last Blog:
String Manipulation wi...
Credits: 0
Rep Power: 10
gaylo565 is a jewel in the roughgaylo565 is a jewel in the roughgaylo565 is a jewel in the rough
Default Re: C# memory game tutorial

Just some thoughts now that I posted this.
First I got a little happy with the if else statements. I probably should have used a couple of switch statements for the checkNumbers method and the checkMatch method. Also I think I declared a couple of the variables with the private modifier for no real reason. I was gonna make my own input form for the high scores name, but the visual basic form seemed an easier way to go.
Reply With Quote