Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 933 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 933 Bytes

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