scrabble-score-keeper:跟踪拼字游戏分数的模块

时间:2024-08-10 02:08:45
【文件属性】:

文件名称:scrabble-score-keeper:跟踪拼字游戏分数的模块

文件大小:5KB

文件格式:ZIP

更新时间:2024-08-10 02:08:45

JavaScript

拼字游戏记分员 var ScoreKeeper = require ( 'scrabble-score-keeper' ) var keeper = new ScoreKeeper ( ) var points = keeper . play ( [ { char : 'B' , x : 0 , y : 0 } , { char : 'I' , x : 1 , y : 0 } , { char : 'G' , x : 2 , y : 0 } ] , 'Player1' ) console . log ( 'Points for word BIG: ' , points ) 选项 积分板 new ScoreKeeper ( { points : { board : [ [ { LS : 1 , WS : 3 } , /* ... */ ] ,


【文件预览】:
scrabble-score-keeper-master
----index.js(6KB)
----test.js(5KB)
----package.json(754B)
----.gitignore(32B)
----README.md(2KB)

网友评论