Skip to content

sb2bg/next-minesweeper

Repository files navigation

Minesweeper

This is a simple project of a classic minesweeper game used to show the power and ease of use of Next.js. You can make changes to the project, or play the game if you'd like. If you want to learn more, see the Demo section.

Demo

The game has the rules of regular minesweeper. Currently there is only an easy board (10x8), but in the future medium and hard boards will be available. It is also currently not mobile friendly.

You can play the game here.

Minesweeper Game Demo

Cloning the Repo

To clone the project, run the following command into the desired folder

git clone https://github.com/sb2bg/next-minesweeper

See Getting Started for instructions on how to run the server

Getting Started

To start the development server, first, you must cd into the project folder. Then, you can run either of the following commands

npm run dev
# or
yarn dev

Once thats done, to view the webpage, open localhost:3000 to play the game or help debug your changes.

About

Minesweeper game made using Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages