Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 828 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 828 Bytes

FlappyBird

FlappyBird created in Vulkan

Licensing:

This project is licensed under the MIT License, excluding any third party source code such or dependencies.

Dependencies:

Compilation:

Clone this repo (with submodules) and use CMake to build.

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
    $ cmake --build . --config release