Galactic Collision is a program that allows to simulate Milky Way and Andromeda Galaxies Collision in Real Time.
Before you begin, ensure you have Python3 installed on your machine.
git clone https://github.com/SamirOmarov/galactic-collision.git
cd galactic-collision
pip install -r requirements.txt
You can change galactic variables in globals.py file like Universal gravitational constant,Solar mass, number of stars and etc.
To start simulation run:
python3 main.py
If you want to contact me you can reach me at [email protected].