README.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 18 Sep 2014 01:51:07 +0300
changeset 77 c2bad6178c65
parent 57 94e1b2d0bd31
child 107 3f8c3da91e32
permissions -rw-r--r--
Add project docs.

.. include:: header.rst

==================
 2048 game JS AI.
==================
.. contents::

Document version.
=================

.. include:: VERSION.rst

Game rules.
===========

TODO

AI discussion.
==============

 * 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

Alternatives.
=============

 * http://ov3y.github.io/2048-AI/ - online JS AI.
 * http://sztupy.github.io/2048-Hard/ - online JS AI with difficulty level.