abbazabacto / spaceship-shooter

RxJS 3D spaceship shooter

Home Page:https://abbazabacto.github.io/spaceship-shooter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spaceship Shooter

Browser

Run the cordova application in the browser.

# add browser platform once
npm run cordova:browser:platform
# run browser plaform
npm run cordova:browser

Or alternatively run it on a simple (livereload) server.

# simple server
npm start

Run in an insecure Chrome Canary to prevent XSS blockage issues you won't encounter with a deployed Cordova application.

npm run chrome:canary

Android

You will need the Android SDK to deploy the cordova application on an emulator or device.

# add cordova platform once
npm run cordova:android:platform
# run cordova platform
npm run cordova:android

About

RxJS 3D spaceship shooter

https://abbazabacto.github.io/spaceship-shooter/


Languages

Language:JavaScript 97.4%Language:HTML 2.2%Language:Shell 0.4%