Skip to content

Mikalasa/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper Web Game

Screenshot

It has been deployed on GitHub Pages.

Introduction

This web app was developed using React.

It includes the following features:

  • Level, Timer, and Flag insertion features
  • Shuffle algorithm ensures a uniform distribution probability of mines
  • Recursion is used to reveal surrounding empty cells
  • After losing the game, an animation displays the locations of mines that were not flagged

Instructions for Running Locally

Setting Up the Project

  1. Clone the repository:

    git clone https://github.com/Mikalasa/minesweeper.git
  2. Navigate to the project directory:

    cd minesweeper
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and go to:

    http://localhost:3000
    

About

【personal】【web-game】

Resources

Stars

Watchers

Forks