Justin Gilman cdc59566d2 file permissions commit | il y a 5 ans | |
---|---|---|
client | il y a 5 ans | |
server | il y a 5 ans | |
.gitignore | il y a 5 ans | |
README.md | il y a 5 ans | |
index.html | il y a 5 ans | |
package-lock.json | il y a 5 ans | |
package.json | il y a 5 ans |
A browser-based multiplayer game.
In the directory run
npm install
and then
npm start
And the websocket server will be running on localhost:8080
Point a webserver to the client directory and then navigate to index.html
If you would like to use the client to connect to a different websocket, add the query string ?socket=ws://localhost:8080
but replace the host and port.