README.rst
changeset 77 c2bad6178c65
parent 57 94e1b2d0bd31
child 107 3f8c3da91e32
--- a/README.rst	Thu Sep 18 01:24:29 2014 +0300
+++ b/README.rst	Thu Sep 18 01:51:07 2014 +0300
@@ -1,18 +1,30 @@
+.. include:: header.rst
 
 ==================
  2048 game JS AI.
 ==================
+.. contents::
 
-Build jsdoc.
-============
+Document version.
+=================
+
+.. include:: VERSION.rst
 
-.. code:: console
+Game rules.
+===========
+
+TODO
 
-  $ make jsdoc
+AI discussion.
+==============
 
-Refer for JSDoc syntax to:
+ * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win
+ * http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048
+ * http://codegolf.stackexchange.com/questions/25226/2048-king-on-the-hill
 
- * http://usejsdoc.org/
- * https://developers.google.com/closure/compiler/docs/js-for-compiler
- * https://code.google.com/p/jsdoc-toolkit/w/list
+Alternatives.
+=============
 
+ * http://ov3y.github.io/2048-AI/ - online JS AI.
+ * http://sztupy.github.io/2048-Hard/ - online JS AI with difficulty level.
+