Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Sabatini committed Jul 23, 2024
2 parents 9f8941c + 783cb98 commit 224f6a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Mars Rover Kata

### Dev.to article
[Click here](https://dev.to/maverick198/event-storming-and-then-what-5ajp)

### Develop an API that moves a rover around on a grid.
Rules:
- You are given the initial starting point (0,0,N) of a rover.
Expand All @@ -11,4 +15,4 @@ Rules:
- The grid may have obstacles. If a given sequence of commands encounters an obstacle, the rover moves up to the last possible point and reports the obstacle e.g. O:2:2:N

### Event Storming
![img.png](img.png)
![img.png](img.png)

0 comments on commit 224f6a7

Please sign in to comment.