From e64b8956f36cbff2c477d384c735a4cc2e239764 Mon Sep 17 00:00:00 2001 From: Stefan <31254851+piregler@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:14:34 +0100 Subject: [PATCH 1/2] updated T1000 concept --- resources/T1000-Concept.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/T1000-Concept.txt b/resources/T1000-Concept.txt index 7911654..35c800d 100644 --- a/resources/T1000-Concept.txt +++ b/resources/T1000-Concept.txt @@ -1,9 +1,10 @@ Required changes and extensions -- new class T1000 inheriting from StarWarsRobot +- new class T1000 inheriting from RobotBluePrint - additional case "T1000" in RobotFactory for creating T1000 instances - test cases for T1000 class - test cases for instance creation in RobotFactory -- implementation of think method for T1000 +- implementation of think and speak method for T1000 +- eventually implementation of sorting algorithm - eventually override of other robot methods depending of the specification of the T1000 From e37497f58e4ce8a059db30885dcee12b9e907f06 Mon Sep 17 00:00:00 2001 From: Stefan <31254851+piregler@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:06:28 +0100 Subject: [PATCH 2/2] added contributor in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b45e4f..4373b2c 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ ## Contributors * Luc Dreibholz (Matr.Nr.: 2210544) -* Stefan Müller (Matr.Nr.: _______) +* Stefan Müller (Matr.Nr.: 2210788) * Roman Schöne (Matr.Nr.: 2211275) \ No newline at end of file