A native JavaScript implementation of ScummVM.
This fork is still a work in progress. Attempting to port engines/scumm/ script_v6.cpp scumm_v6.h actor_he.h engines/scumm/he script_v100he.cpp script_v90he.cpp
and all the source code files they require to run, to web browser javascript
I want this emulator/engine to work on any device that supports html5, including mobile devices, which probably don't support WebAssembly?
Original jsScumm: mutle/jsscummvm
Most of the code is directly ported from ScummVM's C++ code base, see the ScummVM README for full credits.
stream.js is based on the stream implementation of gordon by Tobias Schneider.