Skip to content

Instantly share code, notes, and snippets.

@inDream
inDream / TwentyBot
Last active August 29, 2015 14:21 — forked from alandownie/TwentyBot
function getPieces() {
var arr = [];
it = b.pieces();
while (it.current()){ arr.push(it.current()); it.next() }
return arr;
}
var needCalcPos = true;
var arr = [];
var current = 0;