Skip to content

nicross/auraboros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auraboros

Endless audio bullet hell game submitted to Ludum Dare 47. Developed with syngen.

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!