UNPKG

ai-for-shogi-like-games

Version:

javascript library of A.I. algorithms for Shogi-like games

9 lines (7 loc) 206 B
"use strict"; Number.prototype.between = function (a, b) { var min = Math.min(a, b), max = Math.max(a, b); return this >= min && this < max; }; //# sourceMappingURL=number-prototype.js.map