A Multiplayer Flappy Bird Clone written in React Three Fiber, Threejs and Socket.IO
Play BirdMMO : https://birdmmo.sbcode.net
Clone repository locally
git clone https://github.com/Sean-Bradley/BirdMMO.git
CD into new folder
cd BirdMMO
Install dependencies
npm install
Build and serve the development version
npm run dev
Visit http://localhost:8080
Or to build production version
npm run build
Production client and server files found in ./dist/
folder.