lazd / DuneBuggy

A 3D multiplayer dune buggy battle game written entirely in JavaScript
Other
10 stars 6 forks source link

Server connection and player name dialog #10

Open lazd opened 11 years ago

lazd commented 11 years ago

Clients should be able to connect to any server of their choice. A basic dialog should be provided that lets the user enter a server URL and port number, with defaults of home.lazd.net for the server URL and 1935 for the port number.

The dialog should also have a field for the player's desired name.