diff --git a/README.md b/README.md index 524810f29a95c30da5c37fab27c952e201c7b20a..acf8b511be9c1b17943ab89f05092d2ee640c5f1 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ has 3 golds. The method `isGameOver` is supposed to go over the different pawns, find whether one has three gold, and return true if that is the case. This means that the following scenario should work: -![](sequence.svg) \ No newline at end of file +![](sequence.png) \ No newline at end of file diff --git a/sequence.png b/sequence.png new file mode 100644 index 0000000000000000000000000000000000000000..78dd264ea3d8c46b7bf879b0509ad0b63ce6eae7 Binary files /dev/null and b/sequence.png differ