HTML5+JavaScript实现Flappy Bird

废话少说,先上效果图。javascript 相关实现:html 三个类,Bird类,Obstacle类,FlappyBird类(游戏主要函数)java function Bird(x, y, image) { this.x = x, this.y = y, this.width = image.width / 2, this.height = image.height, this.ima
相关文章
相关标签/搜索