NikKozh / flappy-bird-clone

Flappy Bird Clone, simple project on HTML5+Phaser, using Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Bird Clone (on minimals)

So, nothing special. Small project with simple architeсture. No assets, only graphical primitives and default font.

Instruments and languages: HTML5, Phaser 3, Typescript and Webpack (need also Node.js and npm).

Controls

Just left mouse button. :)

If you want to build up this project manually, follow the intructions:

Prerequisites

Download and install npm with Node.js @ https://nodejs.org/en

Installing

Select a folder, navigate to it, and clone this repository with this command-line:

git clone https://github.com/digitsensitive/phaser3-typescript.git

Install the dependencies with this command-line:

npm install

Building and Running

Perform a quick build (bundle.js) and start server:

npm run dev

About

Flappy Bird Clone, simple project on HTML5+Phaser, using Typescript.

License:MIT License


Languages

Language:TypeScript 96.3%Language:CSS 1.9%Language:JavaScript 1.1%Language:HTML 0.7%