Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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及其相关技术栈开发的小游戏《消消乐》

Awesome Lists containing this project

README

        


基于pixi.js及其相关技术栈开发的小游戏《消消乐》




license

### 掘金技术细节分享

- [探索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)