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

Allow game snapshot functionality #19

Open
zpervan opened this issue Feb 28, 2023 · 0 comments
Open

Allow game snapshot functionality #19

zpervan opened this issue Feb 28, 2023 · 0 comments
Assignees
Labels
multiplayer Online/multiplayer related issues and improvements

Comments

@zpervan
Copy link
Owner

zpervan commented Feb 28, 2023

In order to allow updating entities and various game components in an online game, rewrite the entity and game functionalities so we can do the following:

  • Update the player and NPCs position
  • Send the position data to the server
  • Wait for all other player's updates
  • Update the snapshot data inside the server
  • Broadcast the data back to the players
  • Update the entity and NPC data in the game
@zpervan zpervan added the multiplayer Online/multiplayer related issues and improvements label Feb 28, 2023
@zpervan zpervan changed the title Create game snapshot functionality Allow game snapshot functionality Feb 28, 2023
@zpervan zpervan self-assigned this Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multiplayer Online/multiplayer related issues and improvements
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant