8000 GitHub - Overionised/cbird: a terminal flappy bird game made with c++, made with and for Linux. Rules and mechanics are slightly altered to make the game easier.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a terminal flappy bird game made with c++, made with and for Linux. Rules and mechanics are slightly altered to make the game easier.

Notifications You must be signed in to change notification settings

Overionised/cbird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

cbird

cbird is a simple terminal game for linux. It's a clone of flappy bird.

Why?

This project has been made as a part of a school assingment.

Build

you can either make it a permanent command to call from anywhere or just build it in the game directory.

option 1 to build in directory

git clone https://github.com/Overionised/cbird.git
cd cbird
g++ -pthread main.cpp -o cbird

option 2 to install (just putting it in the bin)

git clone https://github.com/Overionised/cbird.git
cd cbird
g++ -pthread main.cpp -o cbird
sudo cp cbird /usr/bin/

Run

option 1 usecase

./cbird

option 2 usecase

cbird

About

a terminal flappy bird game made with c++, made with and for Linux. Rules and mechanics are slightly altered to make the game easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0