I made a pong game which works across LAN, and then I realized it might be possible to move it to across the internet, but I didn't know how to. Here are some simple questions I have about it.
Do I need to port forward? If I do need to, how do some games not require you to port forward to be able to play with one of your friends?
Do I need to change any of my actual code? Are there any settings/conditions that aren't enabled by default in each program that need to be met in order to work across the internet?
Thank you.