aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrenchYann <[email protected]>2013-06-05 16:36:20 +0200
committerFrenchYann <[email protected]>2013-06-05 16:36:20 +0200
commitc946e7e2ac5f0b5776021ce65427afd00e0ec920 (patch)
tree52bd1953f3cc4899d564a5232c5ce987bf7e7f8e /README.md
parent0782e52f80a23840f6f9e23f1817c560266768b6 (diff)
downloadChess3D-c946e7e2ac5f0b5776021ce65427afd00e0ec920.tar.xz
Chess3D-c946e7e2ac5f0b5776021ce65427afd00e0ec920.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index def00c7..1eaf9f1 100644
--- a/README.md
+++ b/README.md
@@ -3,19 +3,20 @@ Chess3D
HTML5/WebGL 3D Chess Game
-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.
+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][2] format.
Little picture for advertisement purpose:
-![enter image description here][2]
+![enter image description here][3]
My code should be thoroughly commented.
-You can try it [here][3]
+You can try it [here][4]
Enjoy (:
[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
+ [2]: http://en.wikipedia.org/wiki/Portable_Game_Notation
+ [3]: https://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/screenshot.jpg
+ [4]: http://dl.dropboxusercontent.com/u/23551572/javascript/webGL/Chess3D/index.html