From 513cc513f493b473107a909ad866710b7ba889a0 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 4 Sep 2024 15:08:33 -0400 Subject: [PATCH] update readme --- .gitignore | 1 + readme.md | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d0653a..854fb5e 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +.DS_Store diff --git a/readme.md b/readme.md index 76e677a..9dee38f 100644 --- a/readme.md +++ b/readme.md @@ -2,16 +2,19 @@ ![image of simulation](simulation.png) +## Description +- Accurately simulates the electric field strength and visualizes real time. + ## Dependencies (You might have to uninstall pygame if it is already installed) ```pip install pygame-ce library``` ## How to Run -run main.py +- Run main.py ## Controls -drag particles around to move them. +- Drag particles around to move them. ## Extra -add more particles to particles list in main.py for more fun. +- Add more particles to particles list in main.py for more fun. -- 2.54.0