diff --git a/README.md b/README.md index 2bc71f9..e7da718 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ On my way of learning javascript i've build a p5.js sketch that allows us to visualize how a maze is generated using an iterative Depth-first search algorithm. -![Algorithm visualization](https://media.giphy.com/media/JrSZtza0qmRFSEZ9mj/giphy.gif) +### First version: + + ![Algorithm visualization](https://media.giphy.com/media/JrSZtza0qmRFSEZ9mj/giphy.gif) + +### Current version: + + ![Algorithm visualization](https://media.giphy.com/media/fXsnsudJOG8f1o8t0K/giphy.gif) + +