UNPKG

chess-analysis-js

Version:
8 lines (6 loc) 195 B
module.exports = function Excelente(move) { this.name = "Lance Excelente", this.description = "Esse lance é tão bom quanto o melhor"; this.pts = 95; this.move = move; }