blink0 said:Can someone help me write up a pseudocode for a simple tic-tac-toe game. Thanks in advance
blink0 said:just a simple tic-tac-toe game which can be easily achieve in vb.
lol, if its so easy to achieve in vb then what do you need help with? psuedocode and vb are almost the same thing.blink0 said:just a simple tic-tac-toe game which can be easily achieve in vb.
oh good im glad you've got the core of the code downzoodboog said:Code:BEGIN TICTACTOE x is an integer x = (x + 1) / 5 x = 0 END TICTACTOE
clean AND elegant...SamD said:I'll do the AI bit...
Easy peasy!!!Code:BEGIN AI_Bit Consider current state of board Think about it for a while Decide on best spot Place piece in best spot END AI_Bit
HTH
Sam