2048.html
2014-09-17 Oleksandr Gavenko Add time and turn count to statistic data.
2014-09-17 Oleksandr Gavenko Remove debug output.
2014-09-17 Oleksandr Gavenko Move object creation out of loop.
2014-09-17 Oleksandr Gavenko Use preventDefault()/stopPropagation(). Add false to addEventListener().
2014-09-15 Oleksandr Gavenko Gather game statistic.
2014-09-15 Oleksandr Gavenko Replace words with arrows to show directions.
2014-09-15 Oleksandr Gavenko Add statistic area.
2014-09-14 Oleksandr Gavenko Fix: Unknown property 'margin-rght'. Declaration dropped.
2014-09-14 Oleksandr Gavenko Capitilize AI names.
2014-09-11 Oleksandr Gavenko Automatically extract config from DOM.
2014-09-11 Oleksandr Gavenko Join all one step deep AIs into one with linear weight function.
2014-09-11 Oleksandr Gavenko Ignore moves if shift/alt/control key pressed.
2014-09-10 Oleksandr Gavenko Update/store/restore game turn. Show max value according to value settings.
2014-09-10 Oleksandr Gavenko Rename.
2014-09-10 Oleksandr Gavenko Prevent from blocking Firefox key binding.
2014-09-10 Oleksandr Gavenko Save val2048 preference.
2014-09-10 Oleksandr Gavenko Save board between browser sessions.
2014-09-10 Oleksandr Gavenko Reorganise code. Warn about uninitialised AI.
2014-09-10 Oleksandr Gavenko Generalise code.
2014-09-10 Oleksandr Gavenko Some renaming and reordering.
2014-09-10 Oleksandr Gavenko 2 modes of value showing: 0,1,...,11 and 0,2,4,...,2048.
2014-09-10 Oleksandr Gavenko Ignore board movement when user edit input.
2014-09-10 Oleksandr Gavenko Add blind eight random AI.
2014-09-10 Oleksandr Gavenko Rename AI.
2014-09-09 Oleksandr Gavenko Show AI suggestion.
2014-09-09 Oleksandr Gavenko Highlight score area.
2014-09-09 Oleksandr Gavenko Start game after page load.
2014-09-09 Oleksandr Gavenko Visualise buttons.
2014-09-09 Oleksandr Gavenko Highlight AI controls.
2014-09-09 Oleksandr Gavenko Add Blind cycle AI. Add example of setting passing.
2014-09-09 Oleksandr Gavenko Remove debug code.
2014-09-09 Oleksandr Gavenko Prepare UI for AI configuration.
2014-09-08 Oleksandr Gavenko Expectimax implementation.
2014-09-08 Oleksandr Gavenko Add detecting value at edge or corner, free cell count. Added AI that count
2014-09-07 Oleksandr Gavenko Add board editor.
2014-09-07 Oleksandr Gavenko Fix typo.
2014-09-07 Oleksandr Gavenko ui.board.set care about 'val' argument.
2014-09-07 Oleksandr Gavenko Add "N level deep on score value without random" AI.
2014-09-07 Oleksandr Gavenko Add color to board depending on values..
2014-09-07 Oleksandr Gavenko Moves for 2d array board + test toolkit.
2014-09-06 Oleksandr Gavenko Swap score parameters.
2014-09-06 Oleksandr Gavenko Move rule and AI engine to separate files.
2014-09-06 Oleksandr Gavenko Rename methods and use sequential numbers instead of power of 2.
2014-09-02 Oleksandr Gavenko Report mockup.
2014-09-02 Oleksandr Gavenko Enable score cache.
2014-09-02 Oleksandr Gavenko Cache for scores values.
2014-09-02 Oleksandr Gavenko Speed measure.
2014-09-01 Oleksandr Gavenko basic implementation
less more (0) tip