I was wondering if there is a nice and easy way to write chess game for the web. I need no AI, no real-time connection to another player, but a table where I can set the figures.
I assume, I have a table 8×8 fields. Now, how could I make an abstract table and put some images on them as figures? Where should I start?
Heres the first implementation of chess in Javascript:
http://ajax.phpmagazine.net/2006/04/first_implementation_of_a_ches.html
And here is a web page on algorithms needed in a chess game:
http://webdocs.cs.ualberta.ca/~tony/ICCA/anatomy.html