cbird is a simple terminal game for linux. It's a clone of flappy bird.
This project has been made as a part of a school assingment.
you can either make it a permanent command to call from anywhere or just build it in the game directory.
git clone https://github.com/Overionised/cbird.git
cd cbird
g++ -pthread main.cpp -o cbird
git clone https://github.com/Overionised/cbird.git
cd cbird
g++ -pthread main.cpp -o cbird
sudo cp cbird /usr/bin/
./cbird
cbird