-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
# EM-ONScripter | ||
|
||
An emscripten port of ONScripter-jh | ||
|
||
|
||
## Screenshots | ||
|
||
![Screenshot](https://i.loli.net/2021/08/08/M8oHmtVkGTnpsxZ.png) | ||
## Tests | ||
|
||
To run tests, run the following command | ||
|
||
```bash | ||
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 | ||
|
||
## What's not working now | ||
|
||
* Save and load | ||
* Play AVI video | ||
* Built-in LUA script | ||
## Acknowledgements | ||
|
||
- [ONScripter](http://onscripter.osdn.jp/onscripter.html) | ||
- [ONScripter-jh](https://bitbucket.org/jh10001/onscripter-jh) | ||
- [Emscripten](https://emscripten.org) | ||
|
||
|
||
## License | ||
|
||
[GPL2](https://github.com/wcwac/em-onscripter/blob/master/LICENSE/) | ||
|
||
|