Skip to content

Siilsy/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💣 Minesweeper

A simple minesweeper game, currently only playable on Numworks calculator and coded in micropython !

⌨️ Inputs

The inputs you can do is the directional arrows to move your selection square in the all directions. After that, you can reveal the number of bombs around this box by using 'clear' and maybe put a flag with 'paste'.

Just for fun, i added 3 buttons to choose the dificulty level with 'shift', 'alpha' and 'cut' which are respectively the level 1, 2 and 3. You can also put your current game on pause by clicking on 'OK' button and do it one more time to come back to your game.

📜 Rules

All you have to do is find all the bomb by putting a flag on it or you can just reveal all others boxes without bomb to finish the game. You can reveal all the boxes around a box if you have discovered the right numbers of flags requested. That's all you have to know about it, so have fun and enjoy !

ℹ️ Informations

At the end, if you find all the mine, your timer will be appeared, in seconds only because otherwise it would be too long. There also will be some informations about the dificulty of the game you just played and the next one. The timer will be paused during your break to not be counted in the final time.

🖥️ Requirements

This program is coded in micropython just for Numwoks calculator but it must works on a computer if you change the module to adapt with Pyhton. But unfortunately, you also have to adapt the size of the boxes to your screen otherwise, it will be hard to see your game.

💬 Language

It was coded on a Numworks calculator in Micropython.

🛠️ Details

Unfortunately, it's in French, but there are not so many text so it won't be hard to understand.

The project has been created the November 21 of 2023.