# Godot 4 Multiplayer template
Template repository with client-server multiplayer and voice chat ready to go.
It has:
\- Third person controller with interpolation on client
\- Voice over with 3d positioning
\- UI for changing names and tweaking voice volume
## Screenshots
[player/player.gd](player/player.gd)
## 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)