# Sub Atomic Particle Simulator smash particles together like in CERN! see what happens when electrons crash into protons and stuff this has real physics with cool animations try it in terminal now!!! ## how to run: `python main.py` ## what you can do: - crash particles together - see all particles - random experiments - replay crashes ## particles: electron, positron, proton, neutron, photon, muon, pion, neutrino, kaon, antiproton ## web version 1. `pip install flask flask-socketio` 2. `python app.py` 3. go to: http://127.0.0.1:5000 ## files: - `main.py` - terminal - `app.py` - web version ## if broken: try `python3` instead of `python`