/Exercise-05d-Networked-Game

Exercise for MSCH-C220, 4 November 2021

Primary LanguageGDScriptMIT LicenseMIT

Exercise-05d-Networked-Game

Exercise for MSCH-C220, 4 November 2021

A simple networked game

To play, load two copies of this exercise in Godot. Run one and press the Host Game button. Then load the second copy and press the Join Game button. The position of the players will be relayed over the network (over localhost) from one copy to the other. Each player can be controlled (using WASD) depending on which window is selected.

Implementation

Built using Godot 3.3.3

References

3D Multiplayer for Beginners

Future Development

None

Created by

Vincent Langlois