当前位置: 首页 > 软件库 > 手机/移动开发 > >

nativescript-flappy-bird

授权协议 Readme
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 景翰音
操作系统 iOS
开源组织
适用人群 未知
 软件概览

NativeScript Flappy Bird App

This repository demonstrates how to create games such as Flappy Bird inside NativeScript Angular.

Technologies

  • NativeScript Angular
  • Model-Driven Objects
  • Custom Animation Implemenations

Feature List

  • Animated background scenes
  • Animated player (bird) object using sprite sheet (iOS only)
  • Animated player gravity sequence (climb & fall)
  • Clipped canvas
  • Audio segments for tap and death animations
  • Replay screen

Getting Started

  1. Download or clone this repository.
  2. Install dependencies npm i or npm install.
  3. Install and run your desired runtime tns run ios or tns run android.

Known Issues

  • Android background-position support is incomparable to iOS. Temporarily have disabled the bird animation on Android as it cannot handle the sprite animation.
  • Android player sensitivity is off - most likely need to account for DPI for calculations.

App Images

iOS Android
screen shot 2017-08-26 at 3 37 08 pm

Credits / References

  • FloppyBird for all of the initial calculations and game assets.
  • NativeScript Audio for allowing me to play audio segments for the animations.

Contributors

Sean perkins
Sean Perkins
  • #include<stdio.h> #include<conio.h> #include<windows.h> //定义全局变量 int high,width; //边界 int bird_x,bird_y; //小鸟坐标 int bar_y; //挡板坐标 int bar_xTop,bar_xDown; //挡板开口上下坐标 int score; //得分 void

  • C语言实现飞翔的小鸟游戏 操纵小鸟使其不要掉下来或着撞上烟囱 windows平台实现 代码如下: game.h: #pragma once #include <stdio.h> #include <stdlib.h> #include <windows.h> #include <conio.h> void HideCursor(); void gotoxy(int x, int y); voi

  • 综述 制作过程也是一个熟悉和摸索的过程 最近做flappybird发现特别需要注意的两个点 其一就是由于代码顺序及空格忘记打导致的部分游戏效果无法实现 这一点很重要 万万不可忽视 其二是我发现我的鸟一直往后面飞,比对后发现我没有将RigidBody2D节点和Sprite节点的中心点放在一起。放在一起后就没有问题了。 现在他飞的很正常我很喜欢

 相关资料
  • JS-Flappy-Bird 是知名游戏 Flappy Bird 的 JS 开源版。 点击可玩 更流畅的版本  

  • 这是基于 jQuery 实现的 Flappy Bird 游戏。

  • flappy 克隆版

  • Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm Here is the source code for a HTML5 project that implements a machine learning algorithm in the Flappy Bird video game using

  • 本文向大家介绍C++版本简易Flappy bird,包括了C++版本简易Flappy bird的使用技巧和注意事项,需要的朋友参考一下 大一,上学期学完了C,写了几个控制台游戏 这学期自学C++,由于学校课程第七周才有C++ 边学边写了这个小游戏,SDL 图形库完成的图形绘画 时间匆忙,BUG也有,代码效率比较低 和原作品还是很大的差别, 源代码在附件游戏文件夹中 演示图 以上所述就是本文的全部内

  • 我正在开发一个flappy bird克隆,我真的被我想要创建的按钮卡住了。对不起,我知道这是一个基本问题,但我是初学者,我真的需要你的帮助。所以,游戏已经基本完成了,但是我想做一个按钮来做同样的事情,而不是触摸整个屏幕让一只鸟跳起来。这是我的InPurthandler课程: 我在GameScreen类中创建了一个舞台和一个演员(按钮)(它不工作),并在屏幕上显示,但我不知道下一步该怎么做。再一次,