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

Add 3d multiplayer demo #1122

Closed
wants to merge 1 commit into from
Closed

Add 3d multiplayer demo #1122

wants to merge 1 commit into from

Conversation

devmoreir4
Copy link

This is a template for a 3D multiplayer game developed in Godot Engine 4.3. It provides a basic structure for a multiplayer setup, where each player has a nickname displayed above their character and the option to choose from four different skins: red, green, blue, or yellow.

Preview:
Preview

@Calinou
Copy link
Member

Calinou commented Oct 17, 2024

I don't think the project added by this PR should be referred to as a template, as we don't expect the demo projects to be used as a base for a full-blown projects. A project template has very different requirements to a demo (and isn't maintained in the same way as a demo). Turning the demos into viable templates would make them a lot more complex, and also require much more strict scrutiny for any changes made to them.

If we want a networked 3D demo, it may be better to modify the existing Platformer 3D or Truck Town demo to add multiplayer to it (similar to what https://github.com/godotengine/tps-demo did at some point).

@devmoreir4 devmoreir4 changed the title Add 3d multiplayer template Add 3d multiplayer demo Oct 18, 2024
@devmoreir4
Copy link
Author

Thank you for the feedback! I understand the distinction between a demo and a template, and I see how calling this project a "template" may not align with the goals of the repository.

My intention with this PR was to provide the simplest possible 3D multiplayer setup, containing only the essentials so that others could experiment and understand the basic client-server synchronization. The focus is on player movement, animations, and attributes, without adding unnecessary complexity.

@devmoreir4 devmoreir4 closed this Oct 18, 2024
@devmoreir4 devmoreir4 deleted the multiplayer-template branch October 19, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants