nighthawkcoders / game_levels_mp

Engineering game repository
Apache License 2.0
1 stars 13 forks source link

Multiplayer: Names and Chatting #72

Closed Trystan-Schmits closed 7 months ago

Trystan-Schmits commented 7 months ago

this took too much effort.

Chat.js holds class Chat which handles the methods of chatting with other players and creating a chat box

SettingControl.js added a new button to open and close the chat, the userID (name) setting is now being used

GameObject.js every object now has a name

Character.js writes the name of the object near the top of the canvas (any object with a non-empty name will have a name tag, this includes Goombas which use the name property)

GameLevel.js characters created for other players now has their name