2048.html
Sun, 07 Jun 2015 12:30:26 +0300 Oleksandr Gavenko Fix: preventDefault() forbid checking checkbox.
Sun, 19 Oct 2014 01:13:42 +0300 Oleksandr Gavenko AI: Survive as long as possible.
Fri, 26 Sep 2014 01:21:58 +0300 Oleksandr Gavenko Highlight wrong direction.
Thu, 25 Sep 2014 01:10:01 +0300 Oleksandr Gavenko Add ability to enable browser profile.
Thu, 25 Sep 2014 00:54:13 +0300 Oleksandr Gavenko Fix: error thrown, wrong function called.
Wed, 24 Sep 2014 22:35:35 +0300 Oleksandr Gavenko Fix color to satisfy schema.
Wed, 24 Sep 2014 22:31:23 +0300 Oleksandr Gavenko Highlight mean values.
Wed, 24 Sep 2014 22:26:41 +0300 Oleksandr Gavenko Add newline processing in report table cells.
Wed, 24 Sep 2014 22:06:58 +0300 Oleksandr Gavenko Fix typo.
Wed, 24 Sep 2014 19:23:05 +0300 Oleksandr Gavenko Make a way to stop statistic gathering.
Wed, 24 Sep 2014 19:17:52 +0300 Oleksandr Gavenko Break limit on script execution time for statistic gathering
Wed, 24 Sep 2014 18:45:46 +0300 Oleksandr Gavenko Move statistic gathering and displaying logic to separate functions.
Wed, 24 Sep 2014 17:59:14 +0300 Oleksandr Gavenko Don't store intermediate statistic data.
Wed, 24 Sep 2014 02:56:41 +0300 Oleksandr Gavenko Visual AI actions mode.
Tue, 23 Sep 2014 00:16:57 +0300 Oleksandr Gavenko Make board engine selectable.
Tue, 23 Sep 2014 00:00:57 +0300 Oleksandr Gavenko Reduce CSS style classes.
Mon, 22 Sep 2014 22:36:03 +0300 Oleksandr Gavenko merged
Mon, 22 Sep 2014 22:35:41 +0300 Oleksandr Gavenko Join N level deep on score value without random simulation AIs and add
Sat, 20 Sep 2014 23:56:02 +0300 Oleksandr Gavenko Set better coefficient for blind-weight-random AI.
Sat, 20 Sep 2014 23:47:48 +0300 Oleksandr Gavenko Parse checkbox AI config automatically.
Sat, 20 Sep 2014 23:41:36 +0300 Oleksandr Gavenko Show AI config in report as title.
Sat, 20 Sep 2014 23:19:01 +0300 Oleksandr Gavenko Add number to statistic reports.
Sat, 20 Sep 2014 23:15:30 +0300 Oleksandr Gavenko Fix report floating.
Sat, 20 Sep 2014 22:55:24 +0300 Oleksandr Gavenko Rename AI.
Sat, 20 Sep 2014 09:44:08 +0300 Oleksandr Gavenko Clean statistics button.
Sat, 20 Sep 2014 01:16:14 +0300 Oleksandr Gavenko Fix: turn value sometimes cleared or incorect.
Sat, 20 Sep 2014 01:01:53 +0300 Oleksandr Gavenko Remove unnecessary check.
Sat, 20 Sep 2014 00:51:45 +0300 Oleksandr Gavenko Save and restore continuation limits.
Sat, 20 Sep 2014 00:44:00 +0300 Oleksandr Gavenko Iterate by AI until score or max value occur.
Mon, 22 Sep 2014 21:29:21 +0300 Oleksandr Gavenko Add some BoardObj routines.
Thu, 18 Sep 2014 02:23:01 +0300 Oleksandr Gavenko Fix navigation header. v0.2
Thu, 18 Sep 2014 02:13:43 +0300 Oleksandr Gavenko Round showed speed value.
Thu, 18 Sep 2014 01:56:11 +0300 Oleksandr Gavenko Fix navigator.
Thu, 18 Sep 2014 01:51:07 +0300 Oleksandr Gavenko Add project docs.
Thu, 18 Sep 2014 01:05:42 +0300 Oleksandr Gavenko Add score, turn and speed statistic selection.
Thu, 18 Sep 2014 00:39:41 +0300 Oleksandr Gavenko Enable config for expectimax. Fix weight function for expectimax.
Wed, 17 Sep 2014 23:30:02 +0300 Oleksandr Gavenko Remove code duplication.
Wed, 17 Sep 2014 23:05:39 +0300 Oleksandr Gavenko Fix value ordering. Fix game counting when time limit reached.
Wed, 17 Sep 2014 22:46:35 +0300 Oleksandr Gavenko Show statistic reports.
Wed, 17 Sep 2014 20:42:07 +0300 Oleksandr Gavenko Fix histogram calculation.
Wed, 17 Sep 2014 20:36:40 +0300 Oleksandr Gavenko Calculate statistic histogram.
Wed, 17 Sep 2014 20:14:55 +0300 Oleksandr Gavenko Add time and turn count to statistic data.
Wed, 17 Sep 2014 19:59:32 +0300 Oleksandr Gavenko Remove debug output.
Wed, 17 Sep 2014 19:59:12 +0300 Oleksandr Gavenko Move object creation out of loop.
Wed, 17 Sep 2014 19:46:04 +0300 Oleksandr Gavenko Use preventDefault()/stopPropagation(). Add false to addEventListener().
Mon, 15 Sep 2014 21:19:37 +0300 Oleksandr Gavenko Gather game statistic.
Mon, 15 Sep 2014 20:54:44 +0300 Oleksandr Gavenko Replace words with arrows to show directions.
Mon, 15 Sep 2014 20:53:35 +0300 Oleksandr Gavenko Add statistic area.
Mon, 15 Sep 2014 02:57:23 +0300 Oleksandr Gavenko Fix: Unknown property 'margin-rght'. Declaration dropped.
Mon, 15 Sep 2014 02:54:09 +0300 Oleksandr Gavenko Capitilize AI names.
Thu, 11 Sep 2014 20:01:09 +0300 Oleksandr Gavenko Automatically extract config from DOM.
Thu, 11 Sep 2014 19:22:04 +0300 Oleksandr Gavenko Join all one step deep AIs into one with linear weight function.
Thu, 11 Sep 2014 18:12:24 +0300 Oleksandr Gavenko Ignore moves if shift/alt/control key pressed.
Thu, 11 Sep 2014 02:16:57 +0300 Oleksandr Gavenko Update/store/restore game turn. Show max value according to value settings.
Thu, 11 Sep 2014 01:47:54 +0300 Oleksandr Gavenko Rename.
Thu, 11 Sep 2014 01:35:56 +0300 Oleksandr Gavenko Prevent from blocking Firefox key binding.
Wed, 10 Sep 2014 20:41:49 +0300 Oleksandr Gavenko Save val2048 preference.
Wed, 10 Sep 2014 20:27:57 +0300 Oleksandr Gavenko Save board between browser sessions.
Wed, 10 Sep 2014 20:16:06 +0300 Oleksandr Gavenko Reorganise code. Warn about uninitialised AI.
Wed, 10 Sep 2014 19:46:51 +0300 Oleksandr Gavenko Generalise code.
less more (0) -60 tip