Ei kuvausta

Justin Gilman cdc59566d2 file permissions commit 5 vuotta sitten
client cdc59566d2 file permissions commit 5 vuotta sitten
server cdc59566d2 file permissions commit 5 vuotta sitten
.gitignore cdc59566d2 file permissions commit 5 vuotta sitten
README.md cdc59566d2 file permissions commit 5 vuotta sitten
index.html 422415e966 Initial commit 5 vuotta sitten
package-lock.json cdc59566d2 file permissions commit 5 vuotta sitten
package.json cdc59566d2 file permissions commit 5 vuotta sitten

README.md

The Veridian Meander

A browser-based multiplayer game.

Start

Server

In the directory run npm install and then npm start And the websocket server will be running on localhost:8080

Client

Point a webserver to the client directory and then navigate to index.html

Custom Server

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.