minesweeper in javascript




This is a Minesweeper step by step tutorial…This is intended for javascript beginners.

I tried in this video to do the code very slowly. Also sometimes I will do some dumb code just to guide into some common mistakes that people do. I really hope that this helps someone! 🙂

Shortcuts

Step 1 – Interface

Step 2 – Generate Bombs

Step 3 – Show Bombs

Step 4 – Assign Actions to Buttons

Step 5 – Show and Hide Flags

Step 6 – Hit Position

Step 7 – Game Over

Step 8 – Explode

Step 9 – Explode Iterative

Step 10 – Is Winner?

Like and share. It’s FREE too 🙂

Download source code at:
https://drive.google.com/file/d/0B61-MHkMYqM4YlFuemZld1FRQmc/

Follow us on Facebook
https://www.facebook.com/AllTech-1089946481026048/

Play Lists

JavaScript

c#

Java

Amazon Lumberyard Game Engine
https://www.youtube.com/playlist?list=PLOGAj7tCqHx-IZssU8ItkRAXstlyIWZxq

Original source


5 responses to “minesweeper in javascript”

  1. I am starting your tutorial. Now I am building the interface and I came across a little issue.

    I noticed that you are not using the tag <!DOCTYPE HTML>, and it works fine like that. Yet, if I use this tag, the divs seem to be unable to contain the buttons and they overflow the space designed by the mainDiv, going all the way down the page.

    Is there any way I can fix it to HTML 5 friendly?

    Thanks

Leave a Reply