A shooting game generator and player based on JavaScript.
- User Guide: https://shigma.github.io/STG/guide/
- API Documentation: https://shigma.github.io/STG/API/
- Change Log: https://shigma.github.io/STG/guide/CHANGELOG.html
You can install web-stg on npm:
npm i web-stg
# OR
yarn add web-stgOr you can simply use web-stg in a <script>:
<script src="path/to/web-stg.js" type="text/javascript"></script>- Support
OffscreenCanvasandWebWorker. - Enemy system and timing spell card.
- Mouse controlling mode.
- Laser and curve laser.