its-Lyn / Flapper

Faithful Flappy Bird clone written in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flapper

A faithful, nearly 1:1 clone of the video game classic Flappy Bird!

Caution

I, do not, IN ANY WAY, claim I'm the original creator of this game!
I've merely recreated a hood classic.
All credit goes to .Gears Studio!

Installation

Instructions on installing the game.

Using releases page (Recommended)

Click on the Releases page!
Once there, simply click on your OS's Release!

Tip

For Linux based distributions, you can run setup.sh to create a desktop entry!

Compiling yourself (Advanced)

If you do not wish to use the release pages, you can also compile the game yourself.

Pre-requisities

To compile the game you require a few apps; git, dotnet-sdk and dotnet-runtime

# Ubuntu/Fedora
sudo apt/dnf install git dotnet-sdk-8.0 dotnet-runtime-8.0

# Arch based distributions
sudo pacman -S git dotnet-sdk dotnet-runtime

Compilation

Now, we can start installing the game!
Begin by opening your favourite terminal emulator!

git clone https://github.com/its-Lyn/Flapper
cd Flapper

All that is left now is to compile the game. For Linux systems, you can also run install.sh, it will create a desktop entry for you.
Run the following command to compile the game.

dotnet publish -c Release -p:PublishSingleFile=true

Uninstalling

Uninstalling Flapper is as easy as running one command!

# If you used the Releases Page
./setup.sh --remove

# If you compiled yourself
./install.sh --remove

Credits

Flappy Bird's existence is only possible due to .Gears Studio!

License

MIT

About

Faithful Flappy Bird clone written in C#.

License:MIT License


Languages

Language:C# 96.1%Language:Shell 3.9%