Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chadowo/flappy-defold

Flappy Bird made in the Defold game engine
https://github.com/chadowo/flappy-defold

defold defold-engine defold-game defold-game-engine flappy-bird flappy-bird-clone flappybird

Last synced: about 2 months ago
JSON representation

Flappy Bird made in the Defold game engine

Awesome Lists containing this project

README

        

# Flappy Defold

Flappy Bird made in [Defold](https://defold.com/). Also my first game ever in this engine, so
the implementation may be sloppy.

## What's Here

The game's implemented pretty naively I think? I'm not really familiar with how Flappy Bird is generally
implemented but atleast it just works™.

The main collection is the principal one as you may have guessed, and it works by using collection proxies
to load the other collections (in this case, the game and menu collections).

It should work fine on both desktop and mobile platforms, it also has adaptive icons for Android too.

## TODO

- Transitions.

## Play It

You can play it right in your browser from the [itch.io page](https://chadow.itch.io/flappy-defold).

## License

### Code

[MIT license](/LICENSE).

### Assets

Taken from tutorials on the web that provided them, the which did not mention a license. If you're
the copyright holder of the assets and want me to take them down reach to me through an [issue](https://github.com/Chadowo/flappy-defold/issues/new).