Wednesday, March 21, 2012
Clear thoughts and finished programs
After starting over from scratch I decided to give the two programs another attempt. I did find a flaw with the tic tac toe simulator. If it is all random numbers then there is a chance that X or O can move in a disproportionate amount of times in respects to each other. By default there are 8 possible ways to win for either X or O. However, in the program both could possibly win with two horizontal wins or two vertical wins. Also the program will pick X as the winner in the event that there are two winners. Although the name search just took some getting used to utilizing the Binary Search method, I found the tic tac toe simulator to be a challenge that was fun. I look forward to the coming weeks and increasing my knowledge on C# programming. Good luck everyone.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment