Minesweeper remake

Minesweeper has to be one of the most well-known games ever. You start with a fully covered grid and your aim is to flag all mines that are hidden. Upon pressing a cell, if it didn't have a mine, you will be told how many mines there are adjacent to that cell you uncovered. For this game, cells that share only a corner are also considered adjacent: any cell that is not on the border of the frame has 8 adjacent cells; one for each side and one for each corner.

The controls are similar to those of the original game. Left-click to uncover a cell and right-click to (un)flag it. You win if you flag all the mines and uncover all the other cells. You lose if you uncover a mine.

The code was written in Python3 and made use of pygame. The source code and the artwork can be found here; a windows executable can be found here.

[Pt] O minesweeper é um jogo muito icónico dos dias de hoje, com instruções fáceis, mas por vezes não tão fácil de jogar quanto isso! O código fonte e os gráficos necessários estão nesta pasta, enquanto o executável para o Windows está nesta.

Let me know what you think!

-RGS
Minesweeper remake Minesweeper remake Reviewed by Unknown on October 13, 2017 Rating: 5

No comments:

Powered by Blogger.