https://github.com/sysread/spacer
Like a cross between TradeWars and The Expanse
https://github.com/sysread/spacer
Last synced: 2 months ago
JSON representation
Like a cross between TradeWars and The Expanse
- Host: GitHub
- URL: https://github.com/sysread/spacer
- Owner: sysread
- Created: 2017-09-04T19:29:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:08:10.000Z (over 2 years ago)
- Last Synced: 2025-02-24T05:58:45.169Z (2 months ago)
- Language: JavaScript
- Size: 30.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spacer
Like a cross between TradeWars, Elite, The Expanse, and Firefly.# Testing
## Chrome
cordova serve## Android
cordova platform add android
cordova build android
adb install -r /path/to/generated/apk## iOS
cordova run ios