nicross / audo

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

Home Page:https://shiftbacktick.itch.io/audo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://shiftbacktick.itch.io/audo

License:The Unlicense


Languages

Language:JavaScript 76.8%Language:HTML 16.6%Language:CSS 6.6%