Back
Mine Sweeper

About the project:

This project is a recreation of the popular game
Mine Sweeper. In this project the main point of focus was the "Floodfill" algorithm.

I decided to do this project in Processing3 since I was quite new to Processing and I thought that this project was a perfect opportunity to gain more knowledge about Processing and the floodfill algorithm.

My Contribution:

  • I made the grid system, so that there is a grid of cubes with the mines placed on a random location on the grid.
  • I implemented the floodfill algorithm, so that when you click on a box and there are no mines nearby, the boxes around the one you click also open.

Status:

Finished.

Engine:

Processing3.

Language:

JavaScript.

Team:

1 Game Developer.

Links: