Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellomouse/new-frontier
A 2D spaceflight simulator game
https://github.com/hellomouse/new-frontier
2d game simulation space
Last synced: about 1 month ago
JSON representation
A 2D spaceflight simulator game
- Host: GitHub
- URL: https://github.com/hellomouse/new-frontier
- Owner: hellomouse
- License: mit
- Created: 2018-07-08T09:05:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T01:09:57.000Z (about 6 years ago)
- Last Synced: 2024-11-12T01:31:59.855Z (3 months ago)
- Topics: 2d, game, simulation, space
- Language: JavaScript
- Size: 5.69 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New Frontier
*Project is very WIP and should not be used! TODO:*
- Add a LICENSE
- Add an imageA 2D space exploration game, similar to Kerbal Space Program or SpaceFlight Simulation. Written in electron.js and node,
using PIXI.js and matter.js for the game.## Getting Started
### Prerequisites
You'll need `electron.js` and `node.js` installed on your system. Windows users should make sure
the PATH for electron is correct (Can you run `electron` in a terminal?)### Installing
```
git clone https://github.com/hellomouse/new-frontier
cd new-frontier
npm install
electron index.js
```## Running the tests
*TODO WRITE TESTS*
## Contributing
*TODO ADD FILES AND CONTRIBUTING GUIDELINES*
## Authors
* **Bowserinator** - *DESC*
* **BWBellairs** - *DESC*## License
This project is licensed under the MIT License.