https://github.com/ryan-haskell/rtc-demo
i wanna make a multiplayer game, damnit.
https://github.com/ryan-haskell/rtc-demo
Last synced: about 2 months ago
JSON representation
i wanna make a multiplayer game, damnit.
- Host: GitHub
- URL: https://github.com/ryan-haskell/rtc-demo
- Owner: ryan-haskell
- Created: 2019-07-09T03:11:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:36:45.000Z (almost 3 years ago)
- Last Synced: 2025-10-02T17:54:25.567Z (2 months ago)
- Language: JavaScript
- Size: 978 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rtc-demo 🎮 🌎 🕹
> i wanna make a multiplayer game with WebRTC, dood.
## local development 🐳
1. `docker-compose up`
## sad development 😔
1. `cd server`
1. `npm install`
1. `npm run dev`
(In a different terminal)
1. `cd client`
1. `npm install`
1. `npm run dev`