May 29, 2015

March 18, 2015

February 26, 2015

February 13, 2015

2048 AI

JS Bin
It goes currently to 4096 maximum, still too inefficient/slow (no bitboards used) and not tuned enough

January 26, 2015

Maze solver

Solving mazes: http://caub.github.io/misc/maze shamefully with this great pathfinding library.
It searches paths through image pixels, here's a fiddle illustrating it http://jsfiddle.net/crl/6amoefe0/

January 17, 2015

January 14, 2015

Ruzzle solver

A game+solver of this addictive game (my pseudo is crl12) http://caub.github.io/misc/ruzzle