+ 1
Help! Is it possible to make it multi online & local?
I have write a game and would like to learn how to make it multi online & local. For now, it is a turned base pvp. Here is the isssue: https://github.com/Meakad/My-Games/issues/1
10 Answers
0
It is not really possible to send or get udp or tcp packages with batch, but you can create a program that gets the data with c++ or any other language and sends the data to the server, which you need to create in c#,c++,...
0
I tought about connecting all computers tough there ip, making a small network...is that possible?
0
When you connect to a device you connect to the ip:port and you need to open the port on every device to actualy send data without a server
0
This is it! I think I need the autorisation from both side like a server is it right? Won't it be more clever and faster?
0
The think is you need to open ports on every device and i dont think it would be faster cause you dont have a separat machine that handles everything
0
Exact
0
So how to get this machine I am pretty sure it is a better way
0
Like a freeway
0
How to get this machine?
- Make an executable server programm that you can run on any system
0
Might be cool