Skip to content

DreamOfTranscendence/jsscummvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS ScummVM

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?

Credits

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.

About

A native JavaScript implementation of ScummVM (fork by DreamOft, plan to add support for HE games, scumm script version 6, he version 99)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.4%
  • HTML 0.6%