From f0a36ac9b4a01fcac44fac1d38e48c5aedb3d3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Tue, 7 Apr 2020 15:07:07 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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) + +