github 地址 (opens new window)
试玩 (opens new window)
使用媒体查询监控,也适用于移动端
绘制一个容器 div
设计所有元素的父类 Rectangle
Rectangle
设计背景天空类 Sky
Sky
设计背景大地类 Ground
Ground
设计飞行的小鸟类 Bird
Bird
设计可移动的管道类 Pipe
Pipe
又分为上管道和下管道,但是这两个管道总数成对出现的,所以设计一个 成对管道对 的 类 PipePare
PipePare
设计一个不断生成管道对的类 PipePareProducer
PipePareProducer
在容器页面上,设计开始、暂停、重新开始等操作
← createStylesFile 方法 可以移动的矩形类 Rectangle →