Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaozhu188/pixi-game-match3
基于pixi.js及其相关技术栈开发的小游戏《消消乐》
https://github.com/xiaozhu188/pixi-game-match3
pixijs vite
Last synced: 2 days ago
JSON representation
基于pixi.js及其相关技术栈开发的小游戏《消消乐》
- Host: GitHub
- URL: https://github.com/xiaozhu188/pixi-game-match3
- Owner: xiaozhu188
- License: mit
- Created: 2023-09-03T08:32:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T08:10:03.000Z (3 months ago)
- Last Synced: 2024-11-09T11:34:44.173Z (about 2 months ago)
- Topics: pixijs, vite
- Language: TypeScript
- Homepage: https://match3.zhuwenjin.top/
- Size: 8.9 MB
- Stars: 49
- Watchers: 1
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
基于pixi.js及其相关技术栈开发的小游戏《消消乐》
### 掘金技术细节分享
- [探索Pixi.js的潜力:打造专业级网页游戏《消消乐》(上)](https://juejin.cn/post/7264471246662172727)
- [探索Pixi.js的潜力:打造专业级网页游戏《消消乐》(中)](https://juejin.cn/post/7265995969689452603)
- [探索Pixi.js的潜力:打造专业级网页游戏《消消乐》(下)](https://juejin.cn/post/7267948449965080639)
### 在线体验
https://match3.zhuwenjin.top/ (完整版本)
https://xiaozhu188.github.io/pixi-game-match3/ (当前版本)
### 开发
首先打包静态资源
```sh
pnpm run assetpack
```
启动开发环境
```sh
pnpm run dev
```### 部分界面预览
## License
[MIT](./LICENSE) License © 2023-PRESENT [xiaozhu188](https://github.com/xiaozhu188)