Search found 1 match
- Sun Apr 24, 2016 11:56 pm
- Forum: Support and Development
- Topic: Networking, Help!
- Replies: 0
- Views: 1074
Networking, Help!
Hi, I am trying to make my Love2d Network Multiplayer. I have it working with a UDP broadcast, sending IP of host them clients detect the broadcast and connect with a TCP connection to the host. I have it working if I run two instances on my machine (one host, one client), however I cannot get it to...