blob: 38bfcc4239a7bffea83a7ba3c017dc7d857fe0cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Chess3D
=======
HTML5/WebGL 3D Chess Game
Using the pretty good javascript chess AI developped by Gary Linscott ( https://github.com/glinscott/Garbochess-JS ), I developped an interactive 3D chessboard with some UI to start a game and undo, as well as save and loading in PGN format.
My code should be thoroughly commented.
You can try it [here|http://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/index.html]
Enjoy (:
|