README.rst
changeset 107 3f8c3da91e32
parent 77 c2bad6178c65
child 108 5f4985c2a4d4
equal deleted inserted replaced
106:4308f85b3faf 107:3f8c3da91e32
    11 .. include:: VERSION.rst
    11 .. include:: VERSION.rst
    12 
    12 
    13 Game rules.
    13 Game rules.
    14 ===========
    14 ===========
    15 
    15 
    16 TODO
    16 4x4 board tiles filled by nambers or empty.
       
    17 
       
    18 During each move one of free tiles was filled by value 1 or 2 (2 with probability 10%).
       
    19 
       
    20 You can move tiles in one of four possible direction: left/right/up/dowm.
       
    21 
       
    22 Each move every tiles fill empty space in selected direction. If two tiles have same numbers ``N``
       
    23 them was merged into tile with number ``N+1``. Merges performed from head of direction.
       
    24 
       
    25 Your goal is to reach tile with number ``11`` or better.
    17 
    26 
    18 AI discussion.
    27 AI discussion.
    19 ==============
    28 ==============
    20 
    29 
    21  * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win
    30  * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win