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

https://github.com/mrtrizer/flappycxx

Flappy bird for
https://github.com/mrtrizer/flappycxx

Last synced: 3 months ago
JSON representation

Flappy bird for

Awesome Lists containing this project

README

          

Main Page {#mainpage}
=========
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.