Welcome to Javascript Chess
There are are a dozen or so chess games out there on the web, most of them use java applets. There lies the problem, they nearly all communicate using non-HTTP port 80 methods which usually means that if you're sitting behind a firewall (ie using the internet at work), they don't work. This chess game uses pure HTTP port 80 communication and makes extensive use of OO Javascript and DHTML. It has been tested on Netscape (4.x, and 6) and Microsoft (4,5,5.5) on Windows, Mac and Unix platform. Most of the work is done client side with only a bit of server side work to enable 2 players to play.
Instructions
Chess is a TWO player game so if you just want to look at the game
without really playing you'll need to assume the role of both players. Because the
game makes use of permanent resident cookies (ie to save where you are in a game)
you will need to play one colour with one type of browser (say IE), and the other with another
(say NS).
|