BoostRocket is a simple 2D game inspired from FlappyBird game. BoostRocket uses Victoria engine at its core.
Visual Studio 2017 or 2019 is recommended, Victoria is officially untested on other development environments.
Start by cloning the repository with git clone --recursive https://github.com/org-Stupefy/BoostRocket.git
If the repository was cloned non-recursively previously, use git submodule update --init
to clone the necessary submodules.
BoostRocket uses premake5 for generating solutions. Run the Win-GenProjects.bat from scripts folder and it will generate Visual Studio 2019 solution file Victoria.sln
.