Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Rother committed Jan 9, 2024
1 parent 78ac053 commit 401934f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions software_engineering/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 401934f

Please sign in to comment.