mkapal / lfs-power-ups

1 stars 0 forks source link
insim lfs live-for-speed node power-ups simulator

Carmageddon / Re-Volt inspired InSim

Lap or time based races with power-ups. The goal is to score the most points and finish the race.

Pick-ups / power-ups

Pick-ups are special autocross objects spawned at random places on track. They can be distinguished by a colour.

If you drive over them, one of the following random features gets activated:

Car health

Misc

Bonus points

Development

Requirements

Installation

yarn install

Development build

yarn dev

The app connects to 127.0.0.1:29999 by default.

Production build

yarn build
yarn serve:production