chess
you are here:
main
>
tutorial
>
chess
object oriented chess design
design chess structure, requires thinking !
draw chess board
draw chess board and 64 squares
draw pawn
draw the pawn, very easy
draw knight
it's the most difficult piece, contains curve
draw bishop
I like the result
draw rook
draw the rook, easy
draw queen
how can be chess without the queen ?
draw king
reuse cross from bishop
finished SVG chess, animation
we are done, almost ...
Chess Notation Player
time to have a fun, shows why
is SVG cool
!
player ideas, source code
just the text, but here comes your chance for player improvement
conclusion
what did I learn from this drawing