tictactoe:井字游戏

时间:2024-06-03 01:41:55
【文件属性】:

文件名称:tictactoe:井字游戏

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-03 01:41:55

JavaScript

井字游戏 演示版 安装 抓取源代码: $ git clone https://github.com/celrenheit/tictactoe $ cd tictactoe 然后安装依赖项: $ npm install 用法 $ node index.js 接下来在以下位置打开浏览器: 发展 测验 要运行测试: $ npm test 要监视更改并重新运行测试,请执行以下操作: $ npm run dev 用户界面 您需要cd进入ui /目录: $ cd ui/ 要监视更改并重新加载浏览器,请运行: $ gulp watch 要构建用于生产的资产,请运行: $ gulp build


【文件预览】:
tictactoe-master
----main.js(495B)
----public()
--------index.html(1KB)
--------styles()
--------scripts()
--------README.md(955B)
--------.editorconfig(415B)
--------.gitignore(33B)
--------package.json(1KB)
----bower.json(388B)
----gulpfile.js(2KB)
----LICENSE(1KB)
----test()
--------_bootstrap.js(17B)
--------computer_ai.js(4KB)
--------board.js(407B)
--------game.js(1KB)
----Procfile(19B)
----README.md(746B)
----game()
--------Board.js(6KB)
--------Cell.js(916B)
--------Computer.js(4KB)
--------Game.js(4KB)
--------CacheManager.js(2KB)
--------index.js(265B)
--------Human.js(184B)
--------Player.js(985B)
----.bowerrc(43B)
----.gitignore(1KB)
----index.js(47B)
----package.json(1KB)

网友评论