CHANGES.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 25 Sep 2014 02:16:44 +0300
changeset 141 c769b70e9adb
parent 108 5f4985c2a4d4
child 142 0116276e6325
permissions -rw-r--r--
Release CHANGES.

.. -*- mode: rst; coding: utf-8; fill-column: 80 -*-

.. include:: header.rst

=====================
 2048 JS AI CHANGES.
=====================
.. contents::

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

.. include:: VERSION.rst

v0.4, 2014-09-25.
=================

 * Add AI move visualisation.
 * Complete fast engine implementation, improve core performance.
 * Join similar AIs.
 * Add AI descriptions.

v0.3, 2014-09-20.
=================

 * Add AI looping until condition meet.
 * Improve statistic UI.

v0.2, 2014-09-18.
=================

 * Add statistic reports for testing AI quality.
 * Add AI customisation.
 * Add project docs.

v0.1, 2014-09-11.
=================

 * Add game engine.
 * Add stupid AIs.
 * Add game UI.
 * First public release at SourceForge under "2048-js-ai" name.