Some Problem with Domain Check Unsafe
The WebGame using node.js
- Used
spdy
protocol - Used
WebRTC Peer
connection for in game - Used
express
to serve - Used
socket.io
to communicate - Used
p5.js
to 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