/Minesweeper

Primary LanguageJavaScript

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

  1. Wireframe

    Minesweeper Wireframe

  2. Gameplay

    Start Screen Empty Board Flag Lose Screen Win Screen

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

https://madfarm.github.io/Minesweeper/

  1. 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.
  2. A board is then generated and displayed
  3. Click any square to begin playing
  4. Right-clicking will allow to mark where you think mines are

Enjoy!

Next Steps

  • Adding palette chooser
  • Adding a flag counter