Im actually curious on how they’re made, and what does it take to make one or what is needed? Are they worth making?

  • Big P
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 months ago

    Generally what needs to be changed in a game port is the input and graphics output parts, the rest of the game engine can stay mostly the same.

    • MJBrune@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      Sometimes you also end up writing game code that is platform specific due to how different platforms handle things like floating point arithmetic.