glitchybunny / woahzone

Prototype 3D hangout space built on three.js and socket.io
https://woahzone.glitch.gay/
MIT License
4 stars 2 forks source link

Add name change functionality #3

Open glitchybunny opened 4 years ago

glitchybunny commented 4 years ago

Right now names are randomly generated from a describing prefix, a noun, and a number between 1 and 99.

It might be worth investigating ways to allow players to choose their names - either from the set of whitelisted words, or in some other way. If text entry is allowed, a filter could be used similar to #2

I don't know if this is even super necessary but I do like the idea of including character customization down the line and this is a part of that.