A multiplayer project template for future usage.
This project is NOT meant to replace full functionality but rather as a starting off point for prototyping and possibly building multiplayer games. Technically, you can use this project for singleplayer games as well and simply code the game in a way that would be easier to expand into multiplayer. Please watch the video below for an explanation on the project.
- https://foxssake.github.io/netfox/latest/ -- For Netfox documentation. There are some good examples here.
- https://godotsteam.com/ -- For a GDScript version of the Steamworks SDK documentation. Also works in engine, but there are some cool tutorials here.
- https://github.com/albertok/godot -- A forked version of Godot with the Stepping PR for rollback sync'ed physics.