approachcircle / Pong

a pong game written in LibGDX
GNU General Public License v3.0
1 stars 1 forks source link

look into using futures for networking #21

Open approachcircle opened 6 months ago

approachcircle commented 6 months ago

futures may provide a cleaner implementation for server interaction as they can be denied or wrapped with the actual server response instead of just returning null, which can be erroneous

approachcircle commented 5 months ago

callbacks will probably be aight