Flappy Nebula is a simplified copy of Flappy Bird created in the Nebula Engine. The project serves the purpose of showcasing the Nebula Engine in a simple example.
The Example uses Nebula on commit e5c822e
Visual Studio 2019 is recommended, Nebula currently only supports Windows and no other development environments.
You can clone the repository to a local destination using git:
git clone https://github.com/GalacticKittenSS/Flappy-Nebula
or clone Nebula:
git clone --recursive https://github.com/GalacticKittenSS/Nebula
Make sure to use --recursive
to clone all of the submodules!