Skip to content

AbhayJoshi-Dev/FlappyBirdClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Clone

A clone of Flappy Bird created using C++ and SDL2

Demo

Build Instructions

  • Requirements

    • Git
    • CMake
    • C++ Compiler
  • Steps

    # Clone this project along with submodules
    $ git clone --recursive https://github.com/AbhayJoshi-Dev/FlappyBirdClone
    
    # Go to project root
    $ cd FlappyBirdClone
    
    # Pull SDL, SDL_image and SDL_ttf as submodule (if you cloned without --recursive flag)
    $ git submodule update --init --recursive
    
    # Create a folder for build
    $ mkdir build
    
    # Go to build folder
    $ cd build
    
    # Generate project files
    $ cmake ..
  • This will generate project files using default cmake generator for your platform. For example:

    • on Windows with Visual Studio installed, it will generate a .sln
    • on Linux with make installed, it will generate a Makefile
    • on Mac with xcode installed, it will generate a .xcodeproj

About

A clone of Flappy Bird written in C++ using SDL2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published