Vrekt / LunarGdx

A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
MIT License
49 stars 1 forks source link

Instances #11

Closed Vrekt closed 5 months ago

Vrekt commented 1 year ago

Instances within Lunar describes an interior that is networked. For example rooms, interiors, dungeons, etc. They exist within a world.

As such a few issues come up:

Client Design

Server Design

Vrekt commented 1 year ago

Current progress as of dcd18f6

TODO:

Vrekt commented 5 months ago

Old.