https://github.com/hellomouse/new-frontier
A 2D spaceflight simulator game
https://github.com/hellomouse/new-frontier
2d game simulation space
Last synced: 11 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T01:09:57.000Z (about 7 years ago)
- Last Synced: 2025-01-10T20:15:58.121Z (about 1 year 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 image
A 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.