This is a online multiplayer game.
Simple Concept: Invite your friend and play a match, First to crash loses.
-
Clone/Download the repository
-
Do
npm install
. This will install the dependencies -
Do
npm run start
-
Websockets from server keep sending the position of the bird
-
On the frontend, the position is used to move the bird using HTML, CSS & JS
-
Whenever the user clicks on screen, A signal is sent to the backend to move the bird up