Native Bike App
Scatter is an alley-cat-style bicycle racing game. Players choose a game mode, being classic Alley Cat, Time Attack, or Team games and collect markers around the area. Collect badges and challenge other racers.
npm install
npm install -g nativescript
Follow the remaining setup at https://docs.nativescript.org/start/quick-setup
Create a file in app directory named config.js
Define and export ANDROID_CLIENT_ID ANDROID_REDIRECT_URI and ANDROID_URL_SCHEME using the client ID given by Google Developer
https://console.developers.google.com/
Acquire an API key from https://www.mapbox.com/
Set the API key as a variable in the config.js file
tns build --bundle
tns debug --bundle
tns run --hmr
tns run --hmr --emulator
#