Looking for coding buddy for GR8NET networking basic

By mzoran

Master (161)

mzoran's picture

07-06-2023, 23:22

I've been having fun making a multiplayer version of my game
https://msxgamesworld.com/software.php?id=6576
It seems to be working via serial interfaces
https://twitter.com/zmajcenic/status/1659994246424788995?t=8...
https://twitter.com/zmajcenic/status/1666357805572399104?t=S...

But ultimate goal would be to use TCP/IP via msx basic networking extension provided by GR8NET. Anyone out there with GR8NET adapter willing to test? The reason being just because we can :P
Thanks

Login or register to post comments

By norakomi

Paragon (1150)

norakomi's picture

08-06-2023, 06:58

I'm very interested in this.
I have been working on a online multiplayer game myself.
Could you explain a bit how you managed to do this ?

By mzoran

Master (161)

mzoran's picture

08-06-2023, 10:56

What part interests you ? The host collects client actions, calculates results and distributes them back to clients via serial connection for display. I think the only modification from serial to gr8net is the connection initialization part. All basic commands like input # and print# stay the same.

By mzoran

Master (161)

mzoran's picture

19-06-2023, 11:20

*BUMP*
Also anyone know the state of rs232 emulation under bluemsx ?