How the classic games survive today
Why the 1980s floppy releases are unusually well preserved, and how the in-browser emulation that makes this site possible actually works.
Sold in millions, saved in bulk
Because the early Carmen Sandiego games sold so heavily into schools and homes, floppy disk dumps and box scans of the Apple II, DOS and C64 releases are common in preservation archives today — a sharp contrast to a release like Where in North Dakota, of which only three retail copies are known to survive (see The North Dakota rediscovery). Volume, in this case, did the preservation work that no formal archiving effort had to.
How in-browser emulation works
The Internet Archive's Software Library: MS-DOS Games runs its collection through an in-browser emulator built on em-dosbox — a build of the open-source DOSBox emulator compiled with Emscripten so it runs as JavaScript inside a browser tab, rather than as a program you install. That's what lets a visitor click "play" on an archived MS-DOS title and have it boot immediately, no downloads or separate emulator software required.
How this site does it
This site uses the same underlying idea. The preserved MS-DOS release of Where in the World Is Carmen Sandiego? runs here through DOSBox compiled to run in-browser via js-dos, the same family of technology as the Internet Archive's own player. No original hardware, no local installation — the disk images run inside the page.
What that means for the archive
The upshot is that the version of the game most people can actually play today is the MS-DOS release, simply because that's the platform the preservation and emulation tooling has focused on most. Apple II and C64 originals survive too, but through separate, platform-specific emulation projects rather than the same DOSBox-based pipeline.