Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sysread/spacer
Like a cross between TradeWars and The Expanse
https://github.com/sysread/spacer
Last synced: about 1 month 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 (about 2 years ago)
- Last Synced: 2023-03-23T22:19:41.334Z (almost 2 years 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