Giter Club home page Giter Club logo

flappytune's Introduction

FlappyTune

The Unity3D version

flappytune's People

Contributors

rjspencer1989 avatar

Watchers

 avatar

flappytune's Issues

Support Touch Screens

Currently requires a keyboard.
Simple solution to switch to mouse clicks instead of spacebar
Might be better to make an input method which accepts inputs from anywhere and converts them into the correct action.

Play notes

Passing through pipes should play the appropriate note.

Achievements

Social Achievements (Google Play Games, XBox, Game Center)

Modify pitch of A4

Calculate Pitch offset in semitones. Then modify pitch by 2**(x/12), where x is pitch offset

rendering pipes is very inefficient

would be better to render both pipes and the score box as a group. Make the pipes long enough that they will be the correct height regardless of where the score box is, and make sure that the centre of the score box is the centre of the group, and just move the group.

set pipe position based on note pitch

The note pitch should influence the position of the pipes. Rhythm should influence the spacing between notes. The note duration should also be represented by pipe width.

input too sensitive

The game is essentially unplayable on my android tablet because the character jumps too much when tapped.

MIDI

Use midi for playing notes

Sharps and Flats

Implement sharps and flats by altering pitch by 1 semitone if alter element -1 or 1

pipe position broken

top of top pipe must touch the top of screen and bottom of the bottom pipe must touch the bottom of the screen.

Either change camera size or make sure that pipes are long enough for the position to be irrelevant.

Parsing XML very slow

Make music XML parser create one object per pipe which can be stored as a binary file, to be imported at runtime. The pipe generator can just create one pipe instance per object, and adjust its position to fit the screen size.

pipe width

Pipe width (x scale) should be calculated so that the player takes one beat of time to move from trigger enter to trigger exit.

Ads

Unity Adverts

include tempo

use the tempo markings to determine how often pipes should spawn, in seconds

Leaderboards

Social leaderboards
(XBOX, Game Center and Google Play Games)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.