nicholas-maltbie / SpaceshipMurderTime

Creating a clone of Among Us for Make UC Hackathon
MIT License
2 stars 0 forks source link

Player Names #16

Open nicholas-maltbie opened 4 years ago

nicholas-maltbie commented 4 years ago

Consists of two features

  1. Have each player have a name associated with them when they join the game. Possibly also a GUID so we can differentiate player names
    • Limit to 16 characters long, [A-Za-z0-9] + space character (cannot start or end with spaces) characters only allowed.
    • Have this easy to identify in the game code
    • Do not have to support rejoining with same name
    • Do not have to support limiting one instance of each name
  2. Have the player name float above their head (possibly a configurable value to turn on /off)