Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chadowo/flappy-defold
- Owner: Chadowo
- License: mit
- Created: 2023-11-24T23:44:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T04:28:51.000Z (8 months ago)
- Last Synced: 2024-10-25T09:48:26.957Z (3 months ago)
- Topics: defold, defold-engine, defold-game, defold-game-engine, flappy-bird, flappy-bird-clone, flappybird
- Language: Lua
- Homepage: https://chadow.itch.io/flappy-defold
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).