Welcome to the Mine Game! This is a simple, yet exciting game built using HTML5, CSS3, and JavaScript. The game board consists of 25 blocks. The objective is to open as many mineless blocks as possible to score points. However, be careful! If you open a block containing a mine, the game is over.
- Game Board: The game board consists of a 5x5 grid, totaling 25 blocks.
- Points: You earn points by opening blocks that do not contain mines.
- Mines: If you open a block containing a mine, the game ends immediately.
- Click on any block to start the game.
- If the selected block does not contain a mine, you score a point and can continue to click on other blocks.
- If the selected block contains a mine, the game ends.
- Try to open as many mineless blocks as possible to achieve a high score.
- HTML5: Used to structure the game board.
- CSS3: Used to style the game and create a responsive design.
- JavaScript: Used to implement the game logic and interactivity.