Some Problem with Domain Check Unsafe
The WebGame using node.js
- Used
spdyprotocol - Used
WebRTC Peerconnection for in game - Used
expressto serve - Used
socket.ioto communicate - Used
p5.jsto render game
First, download the zip file or clone this repository
git clone https://github.com/buttercrab/webgame.git
Then, go into the directory
cd webgame
Then run:
npm install
npm run ready
Then in server.js, change configurations to run in your computer
When all done run
npm run start
to start the server
This project is licensed under the MIT License - see the LICENSE file for details