https://github.com/mrtrizer/flappycxx
Flappy bird for
https://github.com/mrtrizer/flappycxx
Last synced: 3 months ago
JSON representation
Flappy bird for
- Host: GitHub
- URL: https://github.com/mrtrizer/flappycxx
- Owner: mrtrizer
- Created: 2016-02-09T21:12:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T13:31:32.000Z (about 10 years ago)
- Last Synced: 2026-04-06T10:26:34.929Z (4 months ago)
- Language: C++
- Size: 692 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.