nesbox / emulator

Emulator of NES, Super Nintendo, Sega Mega Drive, GameBoy video consoles
http://nesbox.com/emulator/
MIT License
592 stars 247 forks source link

Implementing NetPlay? #54

Open MapZombie opened 7 years ago

MapZombie commented 7 years ago

Would it be possible to implement online netplay for 2-4 player games. If so what would be needed? How could it be done? I am definitely willing to help if it was something possible.

Thanks!

nesbox commented 7 years ago

Nesbox supports online netplay between 2 players via P2P but it's disabled now. https://github.com/nesbox/emulator/blob/master/src/network/NetworkSession.as

MapZombie commented 7 years ago

What would be needed to enable this? I would love to host this for NHL94 on Sega genesis for a place for players to easily play games with each other without any added software.

What if I ran this on my own server? I'd really appreciate any help with this.

Let me know if it's possible! Thanks.

nesbox commented 7 years ago

Hi,

unfortunately I'm working with another project and don't have any time now. you don't need your own server because it works via P2P. So, you can try to understand how to enable network or hire someone, all the sources are on github. Or wait when I'll have free time.

Thanks.

On Sat, Nov 12, 2016 at 10:41 PM, T Kang notifications@github.com wrote:

Would I be able to enable this? I would love to host this for NHL94 on Sega genesis for a place for players to easily play games with each other without any added software.

What if I ran this on my own server? I'd really appreciate any help with this.

Let me know if it's possible! Thanks.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nesbox/emulator/issues/54#issuecomment-260143549, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDOiFbObAFa2d4OMc0iGt8H20tSBnD0ks5q9hZkgaJpZM4Kvgzt .

Vadim Grigoruk grigoruk@gmail.com