Skip to content

da593/Multiplayer-Flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit https://flappy-block.vercel.app/ for a live demonstration of the website!

How to run locally

  1. Clone the repo
  2. On the command line, you must start the client and server.
  3. To start the server run the following commands on the command line from the project root:
cd server
npm run start
  1. To start the client run the following commands on the command line from the project root:
cd client
npm run dev
  1. Navigate to http://localhost:3000/ and play the game!

Features

  • Authorative server for secure and reliable gameplay across players
  • Client-side interpolation to provide smooth client-side gameplay