UNPKG

chess-analysis-js

Version:
8 lines (6 loc) 187 B
module.exports = function Melhor(move) { this.name = "Melhor Lance", this.description = "Esse é o melhor lance da posição"; this.pts = 100; this.move = move; }