Update README.md

This commit is contained in:
Beanz 2024-04-22 17:50:11 -05:00 committed by GitHub
parent 2d0d4caa1b
commit 6b437713e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,17 @@
# Pacman 吃豆游戏
# Pacman
- 项目演示(DEMO)地址https://passer-by.com/pacman/
- Project Demo Link: [bsllc.xyz](https://games.bsllc.xyz/pacman)
### 版权
本游戏由 [passer-by.com](https://passer-by.com/) 制作,请尊重作者,引用请注明来源。
### Copyright
This game is created by [passer-by.com](https://passer-by.com/), please respect the author and cite the source when referencing.
功能
Features
- [x] Map drawing
- [x] Player control
- [x] NPCs dynamically pathfinding based on player coordinates
- [x] Bean-eating scoring system
- [x] Power bean functionality
- [x] Multiple levels (12 in total)
- [ ] Special item scoring
- [x] 地图绘制
- [x] 玩家控制
- [x] NPC根据玩家坐标实时自动寻径
- [x] 吃豆积分系统
- [x] 能量豆功能
- [x] 多关卡(共12关)
- [ ] 特殊物品记分