Multiplayer 3D games
-
Has anyone made a multiplayer 3D game, and if so, could they share it?
I wanna use some good code or a good project as a starting point for my super big project. -
So far we only shared a multiplayer 2D game. We will post an example 3D game in the future, but it may take some time to prepare.
-
@info-creaticode Hm, ok. I should try to make one by myself in the meantime. I feel like it would be very resource intensive and/or laggy though because you’d have to broadcast a message to the world everytime there’s something others should see, like if one player is moving around, they would have to send a message like every millisecond so that other users would see that person moving.
-
It would be great if you manage to make one. Your instinct is right on.
Here is the tutorial for the 2D multiplayer game:
https://www.forum.creaticode.com/topic/1085/2d-multiplayer-game-2-player-space-shooter-difficulty-5
Note that it is simpler if you keep all avatars on the same ground level, which essentially reduces it to a 2D game in terms of broadcasting player positions.But this will still be challenging, so feel free to wait for us to post a new tutorial on it.
-
@info-creaticode Oooo got it, I will try to develop something got it.
-
@jeffreyrb03-gmail I’ve made a very simple multiplayer 3d game already, it works as long as cloud blocks were fixxed again https://play.creaticode.com/projects/65fb35e512caa07f9f906ea0
edit: cloud blocks still dont work, you’d have to migrate it to multiplayer blocks
-
@tyller_ oo ok thank you I will make something with this
-
We are working on fixing the cloud blocks. Should be within next few days. Sorry about that.
-
@info-creaticode its ok