GitHub - BitAlchemists/Asteroid-Racers: Asteroid Racers is a multiplayer browser game that lets you race against other players with your spaceship in the weightlessness of outer space.

Asteroid Racers is a multiplayer browser game that lets you race against other players with your spaceship in the weightlessness of outer space.

apt-get update
apt-get install git 
apt-get install apt-transport-https curl
sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
apt-get update
apt-get install dart
git clone https://github.com/BitAlchemists/Asteroid-Racers.git
cd Asteroid-Racers/
/usr/lib/dart/bin/pub get
/usr/lib/dart/bin/pub build

There are two ways to test the client locally.