DEV Community

Discussion on: How Do We Make A SNES Emulator (using python) ?

Collapse
 
sahilgupta1331 profile image
SahilGupta1331 • Edited

I haven't really tried to make an emulator but I know that to make a SNES emulator, you'll need to completely reverse engineer a real SNES and implement all that logic in python.

Well someone has already tried it... github.com/JonnyWalker/PySNES

Collapse
 
sahilgupta1331 profile image
SahilGupta1331

well for co-op, yes, it'll be a nice learning experience I guess...