https://github.com/alessandro-pang/leafer-games
Leafer 小游戏开发案例
https://github.com/alessandro-pang/leafer-games
game leafer leafer-games leafer-ui
Last synced: 8 months ago
JSON representation
Leafer 小游戏开发案例
- Host: GitHub
- URL: https://github.com/alessandro-pang/leafer-games
- Owner: Alessandro-Pang
- License: mit
- Created: 2024-07-06T00:29:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T17:50:40.000Z (about 1 year ago)
- Last Synced: 2025-06-04T03:11:09.536Z (about 1 year ago)
- Topics: game, leafer, leafer-games, leafer-ui
- Language: Vue
- Homepage: http://alexpang.cn/leafer-games/
- Size: 238 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leafer Games
Leafer 小游戏中心,使用 Leafer 开发的小游戏库。
该仓库是为了演示如何使用 Leafer UI 开发小游戏,并提供了一些游戏案例。
游戏案例相对比较简单,可以作为学习参考资料使用。
## 在线预览
在线游戏地址:[http://alexpang.cn/leafer-games/](http://alexpang.cn/leafer-games/)
## 游戏列表
| 是否完成 | 游戏名称 | 完成时间 | 教程 |
|:----:|-------|------------|---------------------------------------------------------------------------------------------------------------|
| ✅ | 拼图游戏 | 2024-07-06 | [微信公众号](https://mp.weixin.qq.com/s/ziE2U7VlDqb4DkVPqBO9Sw) / [掘金](https://juejin.cn/post/7388338139633516595) |
| ✅ | 弹球游戏 | 2024-07-07 | - |
| ✅ | 贪吃蛇 | 2024-07-07 | - |
| ✅ | 飞翔的小鸟 | 2024-07-08 | - |
| ✅ | 2048 | 2024-07-09 | - |
| ❌ | 五子棋 | - | - |
| ❌ | 飞机大战 | - | - |
## 安装
```sh
pnpm install
```
### 开发环境
```sh
npm run dev
```
### 打包
```sh
npm run build
```
## License
[MIT](http://opensource.org/licenses/MIT)
---
欢迎在 [GitHub Issues](https://github.com/Alessandro-Pang/leafer-games/issues) 上讨论并提出问题或提交 Pull Request!