Pong

The Pong example shows how to do a two-player pong game with DOTSNET.

Notice how PongServerSystem inherits from NetworkServerSystem to store some state.Inheriting from NetworkClientSystem is not needed, we use the default one.

Last updated