UNPKG

thaw-reversi-engine.ts

Version:

A Node.js Reversi (Othello) game engine with alpha-beta pruning and a heuristic, packaged for npm.

6 lines (5 loc) 81 B
export declare enum PlayerColour { Empty = 0, White = 1, Black = 2 }