Justin Gilman cdc59566d2 file permissions commit | há 5 anos atrás | |
---|---|---|
client | há 5 anos atrás | |
server | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
README.md | há 5 anos atrás | |
index.html | há 5 anos atrás | |
package-lock.json | há 5 anos atrás | |
package.json | há 5 anos atrás |
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.