From 401934f5c83bed0e5c92843d30d8e15503237b9b Mon Sep 17 00:00:00 2001 From: Kristian Rother Date: Tue, 9 Jan 2024 09:19:02 +0100 Subject: [PATCH] improve wording --- software_engineering/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/software_engineering/README.rst b/software_engineering/README.rst index ffdcf25..5e5711e 100644 --- a/software_engineering/README.rst +++ b/software_engineering/README.rst @@ -58,9 +58,9 @@ Here is a short example of how the idea could be fleshed out more: === ============================================================== # description === ============================================================== -2.1 There are walls that are impassable -2.2 There is an exit square that leads to the next level -2.3 There are keys that are needed to open doors +2.1 walls are impassable +2.2 an exit square leads to the next level +2.3 keys that are needed to open doors === ============================================================== 3. Traps @@ -69,9 +69,9 @@ Here is a short example of how the idea could be fleshed out more: === ============================================================== # description === ============================================================== -3.1 There are pits. If the player falls into one, they die -3.2 There is green slime where the player loses health -3.3 There are fireballs that travel in straight lines +3.1 if the player falls into a pit, they die +3.2 if the player steps into green slime, they lose health +3.3 there are fireballs that travel in straight lines === ============================================================== The Design