DEV Community

Discussion on: Creating a Multiplayer Game with WebRTC

Collapse
 
janhavi97 profile image
Janhavi Patil

I just wanted to use this game for my project. Can i know how can i access this??

Collapse
 
janhavi97 profile image
Janhavi Patil

Sorry i got code but hpw to execute it??

Collapse
 
rynobax_7 profile image
Ryan Baxley

The app was bootstrapped with create-react-app, so you can start it with npm install followed by npm start.

Collapse
 
rynobax_7 profile image
Ryan Baxley

You can find the source code here