diff --git a/_site/feed.xml b/_site/feed.xml index 0a0d089..abb2dda 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2020-09-13T01:36:31+00:00http://localhost:4000/feed.xmlMinesweeper Bomb Generation And Tile Revealing2020-09-12T00:00:00+00:002020-09-12T00:00:00+00:00http://localhost:4000/2020/09/12/minesweeper<p>When I was creating a little Minesweeper game, I got confused at some points. +Jekyll2020-09-13T01:38:20+00:00http://localhost:4000/feed.xmlMinesweeper Bomb Generation And Tile Revealing2020-09-12T00:00:00+00:002020-09-12T00:00:00+00:00http://localhost:4000/2020/09/12/minesweeper<p>When I was creating a little Minesweeper game, I got confused at some points. My bomb generation didn’t look quite right, and I for sure didn’t quite get the whole cascading tile reveal thing. With a bit of internet research, I found what I was looking for. I’ll explain it all in one place for my own research purposes.</p>