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

https://github.com/endel/multiplayer-2d-shooter-prototype

Multiplayer 2d Shooter Prototype. Using PixiJS + Rapier2d + Colyseus
https://github.com/endel/multiplayer-2d-shooter-prototype

Last synced: 2 months ago
JSON representation

Multiplayer 2d Shooter Prototype. Using PixiJS + Rapier2d + Colyseus

Awesome Lists containing this project

README

          

# "Vibe-coded" Multiplayer 2D Shooter Prototype

- See [blog post](https://medium.com/@endel/vibe-coding-a-multiplayer-2d-shooter-how-far-can-it-scale-b77c1a88af24)
- Play [online demo](https://multiplayer-2d-shooter-prototype.vercel.app/)

https://github.com/user-attachments/assets/a25de1de-d60a-4514-aa4b-d9a918701d43

## Getting Started

### Server

```bash
cd server
npm install
npm start
```

### Client

```bash
cd client
npm install
npm run dev
```

## License

MIT