Skip to content

Asyc/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published