Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplayer Saving #315

Open
yeslayla opened this issue Sep 26, 2021 · 0 comments
Open

Multiplayer Saving #315

yeslayla opened this issue Sep 26, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@yeslayla
Copy link
Member

#313 does not include multiplayer saving

For this we have two options:

  • Server Authoritative Saving:
    • Save data is stored for each player on server & loaded by some sort of identifier. That identifier could be IP, display name, or be configured to be integrated with a platform like Itch or Steam
  • Client Authoritative Saving:
    • Save data is stored on each players machine and is loaded and sent to the server on connect
@yeslayla yeslayla added the enhancement New feature or request label Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant