Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 674 Bytes

Snake

Snake Game Recreation using Vulkan.

Dependencies:

Compilation:

Clone this repo recursively, and then you can generate build files with CMake.

Instructions:

  1. Install the VulkanSDK
  2. Clone this repo, with submodules:
     $ git clone --recurse-submodules https://github.com/Asyc/Snake.git
    
  3. In the project root, create a new output directory.
  4. Run CMake to generate build files, inside the output directory.
    $ cmake ../
    
  5. Use the generated build files to compile an executable