使用打字稿和样式组件构建的 2048 游戏的 React 实现

时间:2024-06-28 09:09:22
【文件属性】:

文件名称:使用打字稿和样式组件构建的 2048 游戏的 React 实现

文件大小:161KB

文件格式:ZIP

更新时间:2024-06-28 09:09:22

Graphics/Canvas

React-2048 使用 Typescript 和 :nail_polish: styled-components Demo 构建的 2048 的 React 实现 在这里尝试在线演示 入门 $ npm install $ npm start # open http://localhost:3000 你也可以从移动端访问本地开发服务器 $ npm install $ npm run start:host # 打开 http://$(your_computer_ip):3000,例如 http://192.168.0.1:3000 Liscense MIT


【文件预览】:
react-2048-master
----.github()
--------workflows()
----public()
--------index.html(491B)
--------images()
----styled.d.ts(505B)
----.eslintrc.js(1KB)
----.prettierignore(17B)
----src()
--------App()
--------index.tsx(791B)
--------utils()
--------components()
--------hooks()
--------themes()
----.babelrc(203B)
----scripts()
--------webpack.dev.js(937B)
--------webpack.prod.js(442B)
--------webpack.common.js(1KB)
--------getLocalIPs.js(526B)
----.prettierrc.json(69B)
----tsconfig.json(499B)
----LICENSE(1KB)
----README.md(574B)
----.gitignore(709B)
----.eslintignore(24B)
----tsconfig.eslint.json(155B)
----package-lock.json(505KB)
----package.json(2KB)

网友评论