mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-08-24 12:17:10 -04:00
23 lines
810 B
Markdown
23 lines
810 B
Markdown
# Godot 4 Multiplayer template
|
|
|
|
|
|
Template repository with client-server multiplayer and voice chat ready to go. <br/>
|
|
It has: <br/>
|
|
\- Third person controller with interpolation on client <br/>
|
|
\- Voice over with 3d positioning <br/>
|
|
\- UI for changing names and tweaking voice volume <br/>
|
|
|
|
## Screenshots
|
|
|
|
<img src="screenshots\hub.png" width="500"> <br/> <br/>
|
|
<img src="screenshots\editor.png" width="500"> <br/> <br/>
|
|
|
|
[player/player.gd](player/player.gd)
|
|
|
|
<img src="screenshots\interpolation.png" width="500"> <br/> <br/>
|
|
|
|
## Credits
|
|
|
|
* Platformer Kit (2.2) - https://www.kenney.nl (CC0)
|
|
* VoIP extension for Godot 4 - https://github.com/RevoluPowered/one-voip-godot-4 (MIT)
|
|
* RoboBlast: Third-Person Shooter demo - https://github.com/gdquest-demos/godot-4-3d-third-person-controller (MIT and CC-By 4.0)
|