https://github.com/pakastin/flanets
Flanets 2D space flight simulator
https://github.com/pakastin/flanets
flight game javascript simulator space
Last synced: 5 months ago
JSON representation
Flanets 2D space flight simulator
- Host: GitHub
- URL: https://github.com/pakastin/flanets
- Owner: pakastin
- License: mit
- Created: 2023-08-16T18:25:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:19:31.000Z (over 1 year ago)
- Last Synced: 2025-03-17T02:51:22.515Z (12 months ago)
- Topics: flight, game, javascript, simulator, space
- Language: JavaScript
- Homepage: https://flanets.io
- Size: 3.75 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Flanets.io
Free and open source 2D space flight simulator. Gravity-wise should be pretty realistic (except 2D, but orbits actually are quite 2D in reality). Missing athmospheric drag and such yet though. Contributions welcome!
## Play!
https://flanets.io
## Install dependencies
`npm i`
## Run development environment (auto-builds JS)
```
npm run dev
```
––> http://localhost:8080/
## Just run
```
npm start
```
## Thanks to!
- http://www.braeunig.us/space/orbmech.htm