Visit https://flappy-block.vercel.app/ for a live demonstration of the website!
- Clone the repo
- On the command line, build the shared directory
cd shared
npm install
- To start the server run the following commands on the command line from the project root:
cd server
npm install
npm run start
- To start the client run the following commands on the command line from the project root:
cd client
npm install
npm run dev
- Navigate to http://localhost:3000/ and play the game!
- Authorative server for secure and reliable gameplay across players
- Client-side interpolation to provide smooth client-side gameplay