]> Skullheadx's Git Forge - Electric-Dipoles.git/commitdiff
add pic to readme
authorSkullheadx <admonty1@gmail.com>
Sun, 9 Jun 2024 00:37:02 +0000 (20:37 -0400)
committerSkullheadx <admonty1@gmail.com>
Sun, 9 Jun 2024 00:37:02 +0000 (20:37 -0400)
main.py
readme.md
simulation.png [new file with mode: 0644]

diff --git a/main.py b/main.py
index 74f1c7fab6431ebfa02264ffe669f9b825f8186d..306c9e50be2d2ad83d15e85663afe4cd71436930 100644 (file)
--- a/main.py
+++ b/main.py
@@ -8,7 +8,7 @@ delta = 0
 particles = [
     PointParticle((SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2), -1.6e-19),
     PointParticle((SCREEN_WIDTH / 3, SCREEN_HEIGHT / 2), 1.6e-19),
-    PointParticle((SCREEN_WIDTH * 2 / 3, SCREEN_HEIGHT / 2), 1.6e-19),
+    PointParticle((SCREEN_WIDTH * 2 / 3, SCREEN_HEIGHT / 2), 1.6e-19),
     # PointParticle((SCREEN_WIDTH / 2, SCREEN_HEIGHT * 2 / 3), 1.6e-19),
     # PointParticle((SCREEN_WIDTH / 2, SCREEN_HEIGHT / 3), 1.6e-19),
              ]
index 4a5da2ee1f161c329dd90d94a6cec3c53e00253d..76e677aa32c3dfb3097964248f8f4decc4ef3b54 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,7 @@
 # Electric Dipole Simulation
 
+![image of simulation](simulation.png)
+
 ## Dependencies
 (You might have to uninstall pygame if it is already installed)
 
diff --git a/simulation.png b/simulation.png
new file mode 100644 (file)
index 0000000..1c16133
Binary files /dev/null and b/simulation.png differ