Saturday, March 16, 2013

Four in a row : AI logic

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

Monday, January 7, 2013

Easy ways to install LAMP in ubuntu

Using tasksel :
http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/

Other method :
http://www.linuxcandy.com/2012/05/how-to-install-lamp-in-ubuntu-12-04-precise-pangolin.html

Fix 404 error for phpmyadmin :
http://code-cocktail.in/phpmyadmin-404-page-ubuntu-lamp-server/