PDA

View Full Version : Connect4 Game with a difference


soc
02-19-2003, 04:03 AM
Hi,

I've written a connect 4 game that allows you to write your own Artificial Intelligence for the computer. You can then challenge it yourself or challenge other people's AI. There are a couple basic AI's that I wrote to test it out.

Download the source and give it a try for yourself

Game: http://members.optusnet.com.au/socsieng/connect4/default.htm

Source: http://members.optusnet.com.au/socsieng/connect4/connect4.zip

Its still in its early stages and any comments are welcome.

Regards,

Soc

/Pyro
02-19-2003, 12:54 PM
It is a very nicely done game. I only have flash 5 so it wont let me open up the source to edit the AI, but looking at the way the preconfigured AIs are playing, I would say that they are doing a good job. I like to think of myself as a very good connect 4 player, and I was just beat a couple of times. So, good job.

soc
02-19-2003, 01:03 PM
Thanks for taking the time to look at it Pyro.

The zip file now has a flash 5 version of the source code for the AI. The AI is also in its early stages but i'm always improving and refining code. I'm curious to see what other people have to offer in terms of AI