Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.08 KB

README.md

File metadata and controls

64 lines (50 loc) · 1.08 KB

Auraboros CE

Endless audio bullet hell game developed with syngen.

Maintainers

Development

To get started, please use npm to install the required dependencies:

npm install

Common tasks

Common tasks have been automated with Gulp:

Build once

gulp build

Build continuously

gulp watch

Start web server

gulp serve

Start web server and build continuously

gulp dev

Create distributables

gulp dist

Open in Electron

gulp electron

Build and open in Electron

gulp electron-build

Command line flags

Flag Description
--debug Suppresses minification.

Credits

These fonts are free for noncommercial use and not covered by the license of this project:

  • Fira Mono by Mozilla
  • Revolver Blackletter by Eduardo Aire Torres
  • Timeless by Manfred Klein

Thanks for playing!