Skip to content

vincentbernat/flappy-bird-reborn-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Reborn Multiplayer

This is a fork of Flappy Bird Reborn a flappy bird clone using Phaser, a game engine.

What has been modified:

  • compatibility with mobile phones.
  • build system (and not embedding a prebuilt version).
  • multiplayer through Socket.IO.
  • score board removed.

Idea has been stolen from @vladimirkosmala: xdk-flappy-multi.

Build

npm install
npm install -g grunt-cli
grunt

Once built, you can create a Docker container:

docker build -t vincentbernat/flappy-bird-reborn .

Use

node server.js

Development

grunt serve

About

A "Flappy Bird" clone with multiplayer ability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published