From 74da3500e6c60b84e18cd7d324760886f81f628a Mon Sep 17 00:00:00 2001 From: fen Date: Wed, 21 Aug 2024 05:53:10 +0200 Subject: [PATCH] Add readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be0f8b9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This repo is the code "implementation" of a project for Software Dev I. As a project, a self-driving vehicle was chosen. The project was then developed through design documents and UML diagrams, before being finally implemented in a framework form to demonstrate the working of carious classes and routines. As such, the "SelfDrivingRoadtrip" class serves as the controlling class to simulate the vehicle navigating a basic "route" with a variety of road and weather conditions between two predetermined points and outputting status data. + +In this form, the project simply serves as a Java code sample. \ No newline at end of file