Flappy Bird Spoof with Score Index
This repository contains source-code of Flappy Poop, a game based on flappy bird. I've also incorporated a backend engine based on hypertext preprocessor that indexes scores of players and drafts a leaderboard accordingly. The game environment is based on p5.js library.
Mr. Poop, the protagonist of this game, must dodge obstacles while defeating gravity. Secure the Poop Trophy by helping Mr. Poop reach as far as possible.
- Download this repository
- Create a database. Take note of its host, user and password. (For XAMPP/LAMPP/MAMP users the default values are localhost, root and "" respectively)
- Edit all .php files according to particulars noted in step 2
- Import "flappypoop.sql" into your database
- All set. Let's play!
this game has another version without backend and its source code is available at gh-pages branch of this repository.