Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/convexwf/bunny-jump-processing

Inspired by Google Chrome DinoGame.
https://github.com/convexwf/bunny-jump-processing

Last synced: 4 days ago
JSON representation

Inspired by Google Chrome DinoGame.

Awesome Lists containing this project

README

        

# BunnyJump

## 更新日志

### 2020-12-28 21:30 项目初始化

1. 角色为兔子,兔子支持跳跃和发射子弹两种操作。
2. 子弹设置为胡萝卜,支持单发,有间隔时间。
3. 障碍物为灌木和镜子,镜子可以通过子弹打碎。
4. 打碎的镜子会停留在原地,兔子在撞到破碎镜子时候不会使游戏结束。
5. 游戏设置为死亡后马上重启游戏,并记录当前分数和历史最高分。