Skip to content

Asyc/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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