I had developed the game in OpenGL some time back. Will share the useful links here.
This ppt should get you started : <http://www.authorstream.com/Presentation/mysyasir-149155-artificial-intelligence-connect-4-game-ai-four-heuristic-model-presentation1-science-technology-ppt-powerpoint/>
Also using AI for this is a bit of a complicated process. Building of AI is explained in detailed in the following pdf : <http://www.connectfour.net/Files/connect4.pdf>
Other links :
http://homepages.cwi.nl/~tromp/c4.html
http://stackoverflow.com/questions/7658209/connect-4-ai-java
This ppt should get you started : <http://www.authorstream.com/Presentation/mysyasir-149155-artificial-intelligence-connect-4-game-ai-four-heuristic-model-presentation1-science-technology-ppt-powerpoint/>
Also using AI for this is a bit of a complicated process. Building of AI is explained in detailed in the following pdf : <http://www.connectfour.net/Files/connect4.pdf>
Other links :
http://homepages.cwi.nl/~tromp/c4.html
http://stackoverflow.com/questions/7658209/connect-4-ai-java
This comment has been removed by the author.
ReplyDeleteThe get started pdf was amazing. But no other links are working except the stack overflow one. Can you please help me with that as I am working on a project of this game.
ReplyDeleteThanks.