29

Making a multiplayer game is so frustrating. :/

Comments
  • 3
    Can't be more frustrating than playing them 😉

    What genre is it?
  • 2
    @CWins racing , I trying to make something like micro machines (nes version) :)
  • 4
    The idea that I'll need someone else's help at some point in the software I'm developing is scary. Because people are not enthusiastic as me and drag the progress around
  • 3
    Start with a chat room.

    build your netcode.

    automated tests asserting latency to various remote servers within a threshold you deem playable.

    when an alarm goes off via these tests, revert commits until the offending code is identified.

    repeat.
Add Comment