FlappyBird created in Vulkan
This project is licensed under the MIT License, excluding any third party source code such or dependencies.
Clone this repo (with submodules) and use CMake to build.
- Install the VulkanSDK
- Clone this repo, with submodules:
$ git clone --recurse-submodules https://github.com/Asyc/Snake.git
- In the project root, create a new output directory.
- Run CMake to generate build files, inside the output directory.
$ cmake ../
- Use the generated build files to compile an executable
$ cmake --build . --config release