AIs.rst
changeset 157 f0e34d11f5cb
parent 108 5f4985c2a4d4
equal deleted inserted replaced
156:e6a4bc888b72 157:f0e34d11f5cb
    16 ==============
    16 ==============
    17 
    17 
    18  * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win
    18  * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win
    19  * http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048
    19  * http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048
    20  * http://codegolf.stackexchange.com/questions/25226/2048-king-on-the-hill
    20  * http://codegolf.stackexchange.com/questions/25226/2048-king-on-the-hill
       
    21  * http://sleepycoder.github.io/2014/04/01/2048-ai/
       
    22  * https://github.com/kcwu/2048-c
    21 
    23 
    22 Blind strategies.
    24 Blind strategies.
    23 =================
    25 =================
    24 
    26 
    25 Blind random moves with shifted probabilities of moves (weighted random) are
    27 Blind random moves with shifted probabilities of moves (weighted random) are