UNPKG

ai-for-shogi-like-games

Version:

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

7 lines (5 loc) 146 B
Number.prototype.between = function(a, b) { var min = Math.min(a, b), max = Math.max(a, b); return this >= min && this < max; };