Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sean-bradley/birdmmo
Multiplayer Flappy Bird Clone
https://github.com/sean-bradley/birdmmo
Last synced: 1 day ago
JSON representation
Multiplayer Flappy Bird Clone
- Host: GitHub
- URL: https://github.com/sean-bradley/birdmmo
- Owner: Sean-Bradley
- License: mit
- Created: 2023-02-02T08:44:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:47:56.000Z (4 months ago)
- Last Synced: 2024-07-12T12:18:32.576Z (4 months ago)
- Language: JavaScript
- Size: 3.25 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BirdMMO
A Multiplayer Flappy Bird Clone written in React Three Fiber, Threejs and Socket.IO
Play BirdMMO : [https://birdmmo.sbcode.net](https://birdmmo.sbcode.net)
Clone repository locally
```bash
git clone https://github.com/Sean-Bradley/BirdMMO.git
```CD into new folder
```bash
cd BirdMMO
```Install dependencies
```bash
npm install
```Build and serve the development version
```bash
npm run dev
```Visit [http://localhost:8080](http://localhost:8080)
Or to build production version
```bash
npm run build
```Production client and server files found in `./dist/` folder.