Skip to content

Elkhdiwy/jsauce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fnf

CIS 150 project. A flappy-bird clone built with SFML in C++.

Features

1- Multiple levels
2- Saving high score
3- Pausing the game
4- Bugless
5- Suckless

Installation

Windows

Install Linux Mint or smth IDK I use arch btw..

Linux

  • Make sure you have git and build essentials installed.

    Debian-based distributions:

    sudo apt-get install build-essential git

    Arch-based distributions:

    sudo pacman -S base-devel git
  • Install SFML on your linux machine (it should be available in most repositories).

    Debian-based distributions:

    sudo apt-get install libsfml-dev

    Arch-based distributions:

    sudo pacman -S sfml
  • Clone the repo and cd into it:

    git clone https://github.com/mazzensaadd/fnf.git && cd fnf
  • Compile and run:

    g++ src/main.cpp -o fnf -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio && ./fnf

Team Members

1- @Omar-Yasser
2- @mazzensaadd
3- @mh084449
4- @Elkhdiwy
5- Abdullah Bahr

fnf?

fnf not flappy. A totally original idea.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • CSS 26.9%
  • HTML 4.8%