Skip to content
/ audo Public
generated from nicross/syngen-template

High-speed endless racing audio game submitted to GMTK Game Jam 2020.

License

Notifications You must be signed in to change notification settings

nicross/audo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audo

A high-speed endless racing audio game submitted to GMTK Game Jam 2020. Developed with syngen.

How to Play

Welcome to the lethal futuresport known as Audo.

Your racer accelerates fastest in the center lane and is destroyed when it collides with an opponent. After each lap an opponent enters the fray and a power-up is spawned in the center lane. Collecting the power-up grants a shield which absorbs your next collision. Subsequent power-ups while shielded grant a 50% speed boost.

Stay close to the center, collect speed boosts, and drift sideways to avoid opponents. Will you become the fastest in the galaxy?

Getting started

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

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.