Minesweeper
Description
Minesweeper is an iconic logic puzzle computer game created in the 90s by Microsoft which took inspiration from the game Mined-Out which launched in 1983. It is a game that features a matrix of clickable tiles with hidden mines placed throughout the board. The goal is to clear the entire board without clicking a single mine. To assist you in this endeavor is a feature that allows you to mark where you think mines are via right-clicking the tile.
This is a coding project built by Anthony Scott in 4 days
Images
Technologies Used
1. HTML 5
2. CSS
3. Vanilla Javascript
No additional frameworks or libraries were utilizied as of this version(03/10/2023)
Getting Started
- To begin the game find the prompt asking you to enter a board size and enter your desired board size. Afterwards, click the "submit" button.
- A board is then generated and displayed
- Click any square to begin playing
- Right-clicking will allow to mark where you think mines are
Enjoy!
Next Steps
- Adding palette chooser
- Adding a flag counter