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-stg
Or you can simply use web-stg in a <script>
:
<script src="path/to/web-stg.js" type="text/javascript"></script>
- Support
OffscreenCanvas
andWebWorker
. - Enemy system and timing spell card.
- Mouse controlling mode.
- Laser and curve laser.