/minesweeper

A simplified game of minesweeper using vanilla JavaScript

Primary LanguageJavaScript

踩地雷 (minesweeper ) from @ania_kubow (Instagram, Twitter)

A simplified game of minesweeper using vanilla JavaScript

This walkthrough was such a fun one to make as I really enjoyed explaining recursion with the help of a south-park-esque cat.

In addition to this, we will also be practising using inbuilt methods such as:

  • addEventListener()
  • setAttribute()
  • fill()
  • setInterval()
  • some()
  • every()
  • forEach()
  • includes()
  • contains()
  • add()
  • remove()
  • createElement()
  • appendChild()
  • push()
  • Array()
  • continue

And many more.

#minesweeper #javscript_game

Bug

There has some bugs

Reference

https://www.youtube.com/watch?v=W0No1JDc6vE

If you have ever wondered what recursion was, this video is perfect for you! Watch it here