UNPKG

chess-analysis-js

Version:
8 lines (6 loc) 193 B
module.exports = function Brilhante(move) { this.name = "Lance Brilhante", this.description = "Esse lance é díficil de encontrar"; this.pts = 100; this.move = move; }