EliuFlorez / flappy-royale

A 99-player last-bird-flapping battle royale

Home Page:https://flappyroyale.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Royale

A HTML5 Game, built to be embedded in apps using Phaser 3.

Setup

Clone, and run yarn install, run yarn start to load up into the app:

cd flappy-battle
yarn install
code .
yarn start

To build this app you will need access to our assets git submodule, I'm afraid we're not giving out access to that. So, think of this as a resource for learning from and not really for sending PRs to. Sorry, but games are just too easily cloned when the bar is that low.

Key Tech

To grok the codebase entirely, you'll see:

  • Phaser 3
  • TypeScript
  • Webpack
  • Firebase (DB/Functions/Hosting)

Deploy

  1. Running yarn build will create a dist folder, which is the game statically compiled.
  2. Running yarn deploy will:
  • Update all functions
  • Compile your app in webpack
  • Ship the webpack build to firebase hosting

Microsite

The site for the app lives inside the web/ folder.

About

A 99-player last-bird-flapping battle royale

https://flappyroyale.io


Languages

Language:HTML 61.4%Language:TypeScript 28.8%Language:Swift 3.9%Language:CSS 2.0%Language:Kotlin 1.7%Language:Ruby 1.5%Language:JavaScript 0.6%Language:Java 0.2%Language:Objective-C 0.0%