Skip to content

wcwac/em-onscripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EM-ONScripter

An emscripten port of ONScripter-jh

Demo

https://wcwac.github.io/em-onscripter/onscripter.html

Screenshots

Screenshot

Tests

To run tests, run the following command

  git clone https://github.com/wcwac/em-onscripter.git
  cd em-onscripter
  make -j4
  python -m http.server 8000

Then open your browser and visit http://127.0.0.1:8000/onscripter.html to see the results

What's working now

  • Run the game
  • Display text and pictures
  • Play sounds and BGM
  • Save and load (Using BrowserFS)

What's not working now

  • Play AVI video
  • Built-in LUA script

Acknowledgements

License

GPL2