Snake Game Recreation using Vulkan.
Clone this repo recursively, and then you can generate build files with CMake.
- 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