Skip to content

hostfede/minesweeper

Repository files navigation

Minesweeper

A simple yet engaging Minesweeper game built with React JS.

Description

This project is a Minesweeper game developed using React JS and styled with SCSS. It features classic Minesweeper gameplay, where players must uncover cells on a grid without triggering hidden mines. The application uses React Router for navigation and is bundled with Webpack 5 to streamline development and deployment.

Getting Started

Dependencies

  • Node.js (version 14.x or higher)
  • npm (or Yarn as an alternative package manager)
  • React (for the front-end framework)
  • SCSS (for styling)
  • Webpack 5 (for module bundling)
  • React Router (for navigation)

Installing

  1. Clone the repository:
    git clone https://github.com/hostfede/minesweeper.git
  2. Navigate to the project directory:
    cd minesweeper
  3. Install the dependencies:
    npm install

Executing Program

To run the program in development mode:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published