Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.