My web page will load a java applet which is an othello game. It is a simple applet which I build using JBuilder 3.5 from Borland.
The AI of the game is quite simple, you can beat it even when if the think depth is at 5. It consist of a score procedure that calculate the score of all the pieces on the board. A recursive function that the AI use to find the best move.
This is the first time I am using java, so the program may have a lot of errors.
Please wait as the applet load. It will take a while for the applet to load. (approx. 30s)
Hope you will like the game.