README.rst
changeset 77 c2bad6178c65
parent 57 94e1b2d0bd31
child 107 3f8c3da91e32
equal deleted inserted replaced
76:804bd331bedc 77:c2bad6178c65
       
     1 .. include:: header.rst
     1 
     2 
     2 ==================
     3 ==================
     3  2048 game JS AI.
     4  2048 game JS AI.
     4 ==================
     5 ==================
       
     6 .. contents::
     5 
     7 
     6 Build jsdoc.
     8 Document version.
     7 ============
     9 =================
     8 
    10 
     9 .. code:: console
    11 .. include:: VERSION.rst
    10 
    12 
    11   $ make jsdoc
    13 Game rules.
       
    14 ===========
    12 
    15 
    13 Refer for JSDoc syntax to:
    16 TODO
    14 
    17 
    15  * http://usejsdoc.org/
    18 AI discussion.
    16  * https://developers.google.com/closure/compiler/docs/js-for-compiler
    19 ==============
    17  * https://code.google.com/p/jsdoc-toolkit/w/list
       
    18 
    20 
       
    21  * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win
       
    22  * http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048
       
    23  * http://codegolf.stackexchange.com/questions/25226/2048-king-on-the-hill
       
    24 
       
    25 Alternatives.
       
    26 =============
       
    27 
       
    28  * http://ov3y.github.io/2048-AI/ - online JS AI.
       
    29  * http://sztupy.github.io/2048-Hard/ - online JS AI with difficulty level.
       
    30