An open API service indexing awesome lists of open source software.

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 小游戏开发案例

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!