ravens-engine / core

A Javascript library for building multiplayer turn-based games
https://ravens.dev/
15 stars 2 forks source link

Add player data #26

Open Longwelwind opened 3 years ago

Longwelwind commented 3 years ago

At the moment, it's not possible to access player data (player name, ...) from the client-side.

This requires a bit of work to make sure that the data of all the players, and the connected users is available to all clients. In the future, this feature could be used to get additional data about the players (MMR, whether it's an admin or not, ...)