ankitrai96 / flappy-poop

Flappy Bird Spoof with Score Index

Home Page:https://ankitrai96.github.io/flappy-poop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Poop Game

Flappy Bird Spoof with Score Index

Flappy Poop Game Cover

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.

GamePlay

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.

Home Screen Leaderboard Gameplay

Configuration

  1. Download this repository
  2. Create a database. Take note of its host, user and password. (For XAMPP/LAMPP/MAMP users the default values are localhost, root and "" respectively)
  3. Edit all .php files according to particulars noted in step 2
  4. Import "flappypoop.sql" into your database
  5. All set. Let's play!

Stand-alone Version

this game has another version without backend and its source code is available at gh-pages branch of this repository.

About

Flappy Bird Spoof with Score Index

https://ankitrai96.github.io/flappy-poop


Languages

Language:JavaScript 99.2%Language:PHP 0.7%Language:CSS 0.1%