An open API service indexing awesome lists of open source software.

https://github.com/lcbx/godot-3d-multiplayer-custom

Garbaj's godot-3d-multiplayer-basic but with NetworkedMultiplayerCustom
https://github.com/lcbx/godot-3d-multiplayer-custom

Last synced: 5 months ago
JSON representation

Garbaj's godot-3d-multiplayer-basic but with NetworkedMultiplayerCustom

Awesome Lists containing this project

README

          

# godot-3d-multiplayer-custom
based on Garbaj's "How to make a basic 3d online multiplayer game in Godot game engine" tutorial
Here the MultiplayerPeer used is ```NetworkedMultiplayerCustom``` (see CustomPeer.gd)

using some local use files to transmit data between 2 local instances of the game
as such as rpc is done every 2 secs, but it's a POC anyway