agar.io-clone
agar.io-clone copied to clipboard
Writing my own commands
I know there was a previous issue that had to do with writing your own commands, but I want to know if there's a guide on the abstractions. For example what's the user object's name value - could be user.name
I suggest you take a look at the rest of the code and/or use console.log to determine where properties are and how they should be accessed.
(FYI user.name seems to be correct)
Okay, I was going to do this if there was no guide like a commands.md. Maybe if you're bored or feel like it can do this? :D Thanks for responding.
I mean not a file in the repo obviously, but just some guide somewhere.
^ Is where I wanted to find the original guide... I have to be more specific with my comments lol.
Yeah there's no guide at the moment, so you have to rely on existing code...