AndreaOrru / LaiNES

Cycle-accurate NES emulator in ~1000 lines of code
BSD 2-Clause "Simplified" License
1.49k stars 115 forks source link

An online game? #39

Closed bye430 closed 4 years ago

bye430 commented 5 years ago

I'm going to change it into a two-player-online-game.Could you give me some advice?

AndreaOrru commented 4 years ago

If you want to run it on a browser I suggest you check out emscripten. If you want to create a server-client architecture, that's beyond the scope of this project.