AIs.rst
changeset 108 5f4985c2a4d4
child 157 f0e34d11f5cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AIs.rst	Sun Sep 21 01:16:27 2014 +0300
@@ -0,0 +1,34 @@
+.. -*- mode: rst; coding: utf-8; fill-column: 80 -*-
+
+.. include:: header.rst
+
+======
+ AIs.
+======
+.. contents::
+
+Document version.
+=================
+
+.. include:: VERSION.rst
+
+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
+
+Blind strategies.
+=================
+
+Blind random moves with shifted probabilities of moves (weighted random) are
+better then random moves.
+
+Blind moves with repeating pattern (like switching direction in clock order)
+better then weighted random moves.
+
+See:
+
+ * http://math.stackexchange.com/questions/727076/probability-that-random-moves-in-the-game-2048-will-win/
+