Gomoku:React Gomoku(连续五子棋5)使用React和:red_heart:实现的游戏

时间:2024-06-05 22:57:48
【文件属性】:

文件名称:Gomoku:React Gomoku(连续五子棋5)使用React和:red_heart:实现的游戏

文件大小:618KB

文件格式:ZIP

更新时间:2024-06-05 22:57:48

react styled-components reactjs gomoku gobang

Gomoku / Gobang(连续5行),完全是用Hooks用React写的! 现场演示 您可以看到在CodeSandBox上运行的项目: ://codesandbox.io/s/github/Arman92/Gomoku 安装 git clone git@github.com:Arman92/Gomoku.git && cd Gomoku yarn 运行应用 yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 yarn test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 yarn build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进


【文件预览】:
Gomoku-master
----.gitignore(310B)
----package.json(2KB)
----tslint.json(579B)
----src()
--------components()
--------react-app-env.d.ts(40B)
--------setupTests.js(268B)
--------assets()
--------utils()
--------index.css(829B)
--------index.tsx(467B)
--------serviceWorker.ts(5KB)
----LICENSE.TXT(34KB)
----public()
--------robots.txt(57B)
--------logo192.png(8KB)
--------index.html(2KB)
--------Screenshot_20201215_223205.png(244KB)
--------favicon.ico(22KB)
--------manifest.json(492B)
--------logo512.png(22KB)
----tsconfig.json(511B)
----README.md(1KB)
----esLint.json(227B)
----.vscode()
--------settings.json(48B)
--------launch.json(440B)
----yarn.lock(469KB)

网友评论