The clone of FlappyBird on C++.
See the main project https://github.com/mrtrizer/FlappyCxxAndroid.
Folders:
- src/core - Base classes for Model and Viewer.
- src/gl - An implementation of Viewer for GL and GLES (Android).
- src/ - Sources of the game itself (Implementation of Model in other words).
- test/ - A Test Qt project. Contains tests on QTest and a game runer.
- res/ - Images for different screens (Android format)
- res_src/ - GIMP files.
- doc/ - Diagrams and Doxyfile.