tic tac toe
Printable View
tic tac toe
Very simple game. Very cool implementation.
Still, Hard Level is not that hard.. heh. :p
Arie.
The computer doesn't always take it's turn.
Bill
You need to have something that says "Tie Game" when theres a tie game...
I either win, or have a tie game. Make it harder.
In his defense, I've read some AI design articles using Tic-Tac-Toe as a simple starter's point, and the conclusion seems to be that between a capable player and a capable AI the best result will always be a Cat/Tie due to the board's layout and the game's rules.Quote:
Originally Posted by PlaGuE
There may be some incremental changes to make, but the end result will only increase the changes of getting a Cat, not winning.
your probably right...
There is no form of AI in this game... :mad:
[rant]
My point is that you hard coded each possibility into the program. Where are the decision trees? :eek: Where is the minimax alogorithm? :eek: Even on 'hard' it plays to the original programmer's ability. I would like to see you implement a chess game like this! :p
[/rant]
Well commented though :)
i cant seem to play the game, when i click the box that i want to select, and error pops out, saying cannot find the "X".