How can I send variables over the internet on QBasic?

295 Views Asked by At

I'm making a little multiplayer retro game in QBASIC (QB64). I need to send some integers from one player to the other. Does anyone know how I can do it and who can maybe give me the source code?

2

There are 2 best solutions below

0
On

Exchanging data via tcp/ip with QB64: http://www.qb64.org/wiki/Inter-Program_Data_Sharing_Demo

0
On

Another link to swap tcp/ip data:

http://www.qb64.org/wiki/OPENHOST

might work.