An open API service indexing awesome lists of open source software.

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.

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.