A Chess simulation with JavaScript and HTML 5 Canvas.
It is to be played by two human players. I’m planning a computer opponent.
- shows board and pieces (as letters)
- shows possible moves
- move pieces: click on piece, then click on target square
- all move rules except check, castling, en passant, draw game rules
- tested with Safari 4.0.2, Firefox 3.5.1, Opera 9.64, and iPhone OS 3.0
- No shadows on Opera :-(
- graphical pieces, thanks to Cburnett from Wikipedia
- I actually extended the Shapes library to interpret SVG paths!