JavaScript Chess Code
JavaScript chess with board rotation, pgn output, forward/back & save
Status: Abandoned
Brought to you by:
alhambra1
| File | Date | Author | Commit |
|---|---|---|---|
| README.txt | 2013-08-11 |
|
[2d7f37] changed readme, firefox seems to work now |
| bin.js | 2013-06-18 |
|
[bfcf9f] fixed castling rule |
| binCpu.js | 2013-06-18 |
|
[bfcf9f] fixed castling rule |
| cpu.js | 2012-06-06 |
|
[bb3942] first commit |
| index-pre-animation.html | 2013-06-08 |
|
[54f3df] update jquery ui src |
| index.htm | 2013-06-08 |
|
[54f3df] update jquery ui src |
| server.php | 2012-06-06 |
|
[bb3942] first commit |
* JavaScript Chess * * * * Works in Firefox, Chrome or Opera browsers. * To start, unzip and open the "index" page. * Configure board colors at the top of the index file. * Configure "log stats" at the top of the "bin.js" file to output the static exchange stats to the console. (Keep "log stats" set to false on the "binCpu.js" file.) * To alert a PGN log, open a JavaScript scratchpad (Shift+F4 in Firefox), type "pgn()" and run (Ctrl+R). * * * *