Skip to content

Switch player logic to use a custom list of players instead of the Meteor.users list #24

@Alucious

Description

@Alucious

Right now we're basing our player logic on the default list of users connected to the meteor server. This is a bad thing as it contains old users not currently connected and contains connection metadata that has no relation to the game logic. We should instead copy over the users in a game to a new list of players at the start of game.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions