https://github.com/xerrors/flappybird
https://github.com/xerrors/flappybird
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xerrors/flappybird
- Owner: xerrors
- Created: 2018-08-04T15:05:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T09:56:01.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T22:42:58.839Z (5 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 完结 不再更新
2018-9-5:
**这个项目创建于学习CocosCreator初期,许多地方使用的方法并不是解决问题的最优解,同时也存在许许多多的Bug,但是因为有新的项目在做,这个项目也没有更新的必要了,暂时鸽了。**
2018-8-5:
- 新增对非16:9屏幕的支持
- 增加背景音乐## 当前存在的问题
已解决;
## 有待改进的地方
1. 与柱子碰撞的检测采用的是坐标检测法,没有使用 CocosCreator 的碰撞系统,不够精确。
1. bird 的跳跃较为生硬,不自然。