https://github.com/fuzun/flappy-bird-qt
A multi-resolution supported clone of Flappy Bird made with C++ and Qt Framework.
https://github.com/fuzun/flappy-bird-qt
cpp deep-learning flappy-bird motion-blur qt-framework strobe-api tiny-dnn
Last synced: 5 months ago
JSON representation
A multi-resolution supported clone of Flappy Bird made with C++ and Qt Framework.
- Host: GitHub
- URL: https://github.com/fuzun/flappy-bird-qt
- Owner: fuzun
- License: mit
- Archived: true
- Created: 2018-06-17T23:34:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T20:17:04.000Z (over 4 years ago)
- Last Synced: 2024-09-29T07:23:21.066Z (9 months ago)
- Topics: cpp, deep-learning, flappy-bird, motion-blur, qt-framework, strobe-api, tiny-dnn
- Language: C++
- Homepage:
- Size: 852 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Bird Qt
A multi-resolution supported clone of Flappy Bird made with C++ and Qt Framework.

It can also be used as a sandbox to test deep learning algorithms with *tiny-dnn* as the deep learning framework. See source/AI.

## License
Although *Flappy Bird Qt* and *StrobeAPI* are licensed in MIT license, assets of the game (graphics and sound effects) are proprietary work and they are used for non-commercial manners. If the author of those works does not permit usage, they will be taken down as soon as possible.*tiny-dnn* is licensed under the **BSD 3-Clause License**.