Skip to content

Vukzilla/Flappy-Bird-Raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img

How to build (Linux)

Requirements:

  • CMake >= 3.15
  • C++20 toolchain (g++ or clang++)
  • git (optional, only if setting USE_VENDORED_RAYLIB=OFF)
  1. Clone the repository:

    git clone https://github.com/Vukzilla/Flappy-Bird-Raylib
    cd Flappy-Bird-Raylib
    
  2. Create build dir and configure

    mkdir -p build && cd build
    cmake ..
    
  3. Build

    cmake --build .

About

A simple Flappy Bird Clone made in C++ using raylib

Topics

Resources

Stars

Watchers

Forks

Contributors