Pre-breaking this out to a different topic …
I’m working on this C64 game, but I want to make an easy version for anyone to try out without installing anything. A web game version is ideal for this. So, what I need is:
-
Some javascript C64 emulator that I can install on my web server (already set up, but very vanilla - I don’t even have JQuery or anything like that installed).
-
Host either my .prg or disk image file on my web server, depending on what’s easier for the C64 emulator I choose. Note that my game will be a single loader, so a disk image is not necessarily necessary.
-
Configure whatever’s needed to get the program to automatically load and start. I’d rather not emulate a 15 minute load wait, though …
Doing a search, I find quite a number of javascript C64 emulators, but I don’t have any idea which would be better or worse to choose. Anyone have any ideas? Thanks!