honeyscience / old-crystal-caves-golang-0124

Crystal Caves multiplayer game server
0 stars 0 forks source link

Create javascript client that can establish a connection #4

Closed Evan-Honey closed 3 years ago

Evan-Honey commented 3 years ago

Simple webpage should take:

• Username (for player) • IP address of server

and when submitted opens a websocket connection back to that server

Evan-Honey commented 3 years ago

Here's some prior code I wrote for another game that can be used as an example

https://github.com/IdahoEv/volo_client