https://github.com/shigma/stg
A shooting game generator and player based on JavaScript.
https://github.com/shigma/stg
barrage game stg
Last synced: over 1 year ago
JSON representation
A shooting game generator and player based on JavaScript.
- Host: GitHub
- URL: https://github.com/shigma/stg
- Owner: shigma
- License: mit
- Created: 2019-01-24T15:27:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T16:25:05.000Z (over 7 years ago)
- Last Synced: 2025-03-31T04:04:37.221Z (over 1 year ago)
- Topics: barrage, game, stg
- Language: TypeScript
- Homepage: https://shigma.github.io/STG/
- Size: 2.94 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STG
A shooting game generator and player based on JavaScript.
https://shigma.github.io/STG/
## Documentation
- 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
## Get Started
You can install web-stg on npm:
```bash
npm i web-stg
# OR
yarn add web-stg
```
Or you can simply use web-stg in a ``:
```html
<script src="path/to/web-stg.js" type="text/javascript">
```
## TODO
- Support [`OffscreenCanvas`](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) and [`WebWorker`](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API).
- Enemy system and timing spell card.
- Mouse controlling mode.
- Laser and curve laser.