Update CHANGES.
Add swipe support for mobile devises. Fix bug a...
Added tag v0.4.2 for changeset aee53838634e
Take proper name for reset action.
Add option to allow deploy with unclean working...
Add missing implementation: Monte-Carlo AI requ...
Another function rename.
Rename function.
Fix sftp error: Couldn't create directory: Failure
Added tag v0.4.1 for changeset e3293e79262b
Point to new home page.
Added tag v0.4.1 for changeset 2252379bcc70
Allow IA choose any direction in case when all ...
Take max value at corner into account in first ...
Use color schema like in support pages.
Basic Monte Carlo AI.
merged
Deploy to personal home page. Use game itself a...
Add missing nav link.
Rename brdEngine to brd.
Refactoring: take proper name for function.
merged
merged
Add deploy dependency on CSS file.
Use personal home page.
BoardArr.prototype.compress
Use proper name for incoming argument.
AI: Survive as long as possible.
Refactoring: rename arrMap to dim2Map.
Refactoring: rename "weight" to "utility".
Update changelog for v0.4.1.
Implement functions that return array of which ...
Reindent code.
Select free cell by board engine.
Added tag v0.4.1 for changeset 9f4a3cb229c9
Highlight wrong direction.
Add merges function names. Refactoring: Rename ...
Refactoring: Reorder code for meaning.
Fix: return wrong status on move operation (tha...
Tend to one direction strategy.
AI discussion.
Refactoring: take proper name to function.
Fix: preventDefault() forbid checking checkbox.
Check game over status for restored positions o...
Fix spelling.
Tune coefficients.
Add more options to Monte Carlo heuristics.
Refactoring: rename "brdEngine" to "brd".
Mark navigation by class and center it.
Renames.
Reduce CSS style classes.
Add AI discussion. Blind strategies.
Add some BoardObj routines.
Game rules.
Add some BoardArr function. Speedup score calcu...
Join N level deep on score value without random...
Fix typo.
Fix: ReferenceError: assignment to undeclared v...
merged
Finish BoardObj engine moves.
Make board engine selectable.
Don't store intermediate statistic data.
Fix: wrong variable scope.
Fix color to satisfy schema.
Fix typo.
Fix: ReferenceError: reference to undefined pro...
Visual AI actions mode.
Highlight mean values.
Added tag v0.4 for changeset 0116276e6325
Increase depth limit.
Break limit on script execution time for statis...
Move statistic gathering and displaying logic t...
Release CHANGES.
Add newline processing in report table cells.
Add check to board.putRandom.
Make fast board cache.
Don't calculate max value if it isn't used.
Create object outside of loop.
Speedup score calculation.
Fix: expectimax select best move which lead to ...
Fix typo.
Fix: error thrown, wrong function called.
Release CHANGES.
Fix: code in wrong scope.
Remove comparing with next board weight if expe...
Speed up board.putRandom.
Make a way to stop statistic gathering.
Add ability to enable browser profile.
Add AI customisation.
Save and restore continuation limits.
Rename AI.
Add number to statistic reports.