Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakkusakura/flappybird_coffeescript

This is an enhanced flappy bird project using html-5, coffeescript. It can be played in Chrome and Firefox, which support html-5
https://github.com/jakkusakura/flappybird_coffeescript

Last synced: about 6 hours ago
JSON representation

This is an enhanced flappy bird project using html-5, coffeescript. It can be played in Chrome and Firefox, which support html-5

Awesome Lists containing this project

README

        

flappy-bird-coffee
=================

### 这是啥?

这是 flappy bird 的 coffee 版本。
原来的开发者是ben7th,这个版本基于他的版本修改而来,再此十分感谢他。他的版本弃坑了,没有完成成就系统,(不过,原来的代码特别难懂,运行起来还可以,修改起来就呵呵了,各种magic number,为了给这个加上AI,我学了coffee-script,会用了github,收获不小。

### try it
在这里试玩:
https://qiujiangkun.github.io/

### change log
2017.11.16

  • 做好了排行榜系统

  • TODO:

  • 持久化存储游戏记录,加入高级成就系统
  • 2017.11.8

  • 加入了外挂,跑到3000+分

  • 增加了成就系统,显示金、银、铜奖牌。

  • 加入了录屏API,可以录制游戏视频

  • TODO:

  • 持久化存储游戏记录,加入排行榜系统,加入高级成就系统


  • 以下是ben7th的开发记录

    2014.02.16 - 0.0.3

  • 将鸟翅膀上下扇动的动作改为纯CSS3实现,以提升效率;

  • 略微加快了鸟翅膀上下扇动的速度(0.4s to 0.3s)

  • 略微扩大了管子开口随机的范围(上下各增加了10像素)
  • 2014.02.17 - 0.0.4

  • 调整了一些场景数值