Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 789 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 789 Bytes

STG

A shooting game generator and player based on JavaScript.

https://shigma.github.io/STG/

Documentation

Get Started

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>

TODO

  • Support OffscreenCanvas and WebWorker.
  • Enemy system and timing spell card.
  • Mouse controlling mode.
  • Laser and curve laser.