diff options
| author | FrenchYann <[email protected]> | 2013-06-05 17:34:57 +0300 |
|---|---|---|
| committer | FrenchYann <[email protected]> | 2013-06-05 17:34:57 +0300 |
| commit | 0782e52f80a23840f6f9e23f1817c560266768b6 (patch) | |
| tree | 544e71c2aafa5a2bc8152a26e25f4eb84eafb934 | |
| parent | 9a95e2505bfbd26e31659ae44a93cbc75eaadbf4 (diff) | |
| download | Chess3D-0782e52f80a23840f6f9e23f1817c560266768b6.tar.xz Chess3D-0782e52f80a23840f6f9e23f1817c560266768b6.zip | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -3,17 +3,19 @@ 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. +Using the pretty good [javascript chess AI developped by Gary Linscott][1], I developped an interactive 3D chessboard with some UI to start a game and undo, as well as save and loading in PGN format. Little picture for advertisement purpose: -![enter image description here][1] +![enter image description here][2] My code should be thoroughly commented. -You can try it here -http://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/index.html +You can try it [here][3] + Enjoy (: - [1]: https://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/screenshot.jpg + [1]: https://github.com/glinscott/Garbochess-JS + [2]: https://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/screenshot.jpg + [3]: http://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/index.html |
