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
- Host: GitHub
- URL: https://github.com/endel/multiplayer-2d-shooter-prototype
- Owner: endel
- License: mit
- Created: 2025-12-10T18:10:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T23:36:59.000Z (5 months ago)
- Last Synced: 2026-01-15T02:15:02.824Z (5 months ago)
- Language: TypeScript
- Homepage: https://multiplayer-2d-shooter-prototype.vercel.app/
- Size: 687 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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