井字游戏:井字游戏任务 源码
井字游戏 :warning_selector: 请勿提交带有此REPO解决方案的PRS :warning_selector: 描述 您的任务是实现TicTacToe类 方法: getCurrentPlayerSymbol() 应该返回x或o nextTurn(row, col) 应该正确更新课程状态(更改当前播放器,更新标记存储等) isFinished() 如果游戏结束(例如有赢家或平局),则应返回true getWinner() 应该返回赢家符号( x或o );如果还没有赢家,则返回null noMoreTurns() 如果没有更多字段可放置x或o则应返回true isDra
文件列表
tic-tac-toe-master.zip
(预估有个11文件)
tic-tac-toe-master
.gitignore
66B
package.json
619B
package-lock.json
169KB
src
tic-tac-toe.js
313B
webpack.config.js
133B
index.js
1KB
postinstall.js
475B
README.md
2KB
暂无评论