High level API or low Level API?

im making a 2 players 2d game puzzle game, which network of High level and low level should i work with ??

Are you familiar with managing TCP/UDP connections and threading to prevent halting for I/O? If not then you should absolutely stick to high-level multiplayer, and if you do then you probably already know which to use and it’s likely still high-level multiplayer features.

1 Like