Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Points and statistics #131

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

Minor thing: In src/server/chat.js, the way it determines isDeveloper is still a bit of a WIP, since I haven't looked into determining the role of user when chatting through the embedded chat on the client (instead of directly in Discord)

Closes #21 Closes #86