https://github.com/capacitorset/asteroids-and-stuff
Simulates an arbitrary system of masses.
https://github.com/capacitorset/asteroids-and-stuff
Last synced: 3 months ago
JSON representation
Simulates an arbitrary system of masses.
- Host: GitHub
- URL: https://github.com/capacitorset/asteroids-and-stuff
- Owner: CapacitorSet
- License: unlicense
- Created: 2015-02-28T19:33:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T19:56:28.000Z (about 11 years ago)
- Last Synced: 2023-08-01T13:33:20.122Z (over 2 years ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asteroids-and-stuff
Simulates an arbitrary system of masses.
## Running
To run, compile with `javac *.java`, then run `java AsteroidsAndStuff`.
## Updating parameters
To update parameters, modify the values in `AsteroidsAndStuff.java`.