From 0643e7fde87c7069916842c5a6aba9a648de9ef0 Mon Sep 17 00:00:00 2001
From: "Abdi Danny (2019) ZHAC232" <danny.abdi.2019@live.rhul.ac.uk>
Date: Fri, 5 Apr 2024 06:24:20 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0dc6ef9..461fa53 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
 # Final Year Project
 
+## Running The Program
+
 To run the program, you will need Python 3.10.0 or later installed on your system. You will also need the Pygame package installed. To do this, you can run the following command in your command line interface:
 
 pip install pygame
 
 This command will download and install the latest version of Pygame from the Python Package Index (PyPI). After installation, you should be able to import Pygame into your Python scripts and use its functionality. Alternatively, you can install the package straight from an IDE, which is also necessary to run the program.
 
-Lastly, all you have to do is run main.py from your IDE of choice.
+Lastly, all you have to do is run main.py from your IDE of choice. 
+
+To change the algorithm that is in effect, you must uncomment the code for that specific algorithm. Don't forget to comment the algorithm you just used.
-- 
GitLab