jatu-studiobox / minesweeper

Simplified game of web page game Minesweeper using vanilla JavaScript

Home Page:https://jatu-studiobox.github.io/minesweeper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚩 Minesweeper Web Game 💣

This is my practice by using vanilla JavaScript to build a simplified web Minesweeper game.

I follow the teaching of Ania Kubow. See references

Minesweeper

Play at

https://jatu-studiobox.github.io/minesweeper/

Additional challenges and fixed some bugs

  • Fixed display bomb count at the corner area.
  • Add remain marked flag at above playing area.
  • Add clock for display challenge time at above playing area.
  • Add double click function at each checked bomb number squares for auto open nearby.

References

Issues

If you have any issues, please don't mind to create. Thank you very much. 😊

How to play

See game wiki

About

Simplified game of web page game Minesweeper using vanilla JavaScript

https://jatu-studiobox.github.io/minesweeper/

License:Apache License 2.0


Languages

Language:JavaScript 80.8%Language:CSS 12.3%Language:HTML 7.0%