Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siilsy/minesweeper
A classic minesweeper game !
https://github.com/siilsy/minesweeper
handmade micropython minesweeper minesweeper-game numworks-game numworks-python
Last synced: about 1 month ago
JSON representation
A classic minesweeper game !
- Host: GitHub
- URL: https://github.com/siilsy/minesweeper
- Owner: Siilsy
- License: mit
- Created: 2024-03-07T15:37:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:38:39.000Z (5 months ago)
- Last Synced: 2024-08-01T11:08:06.704Z (5 months ago)
- Topics: handmade, micropython, minesweeper, minesweeper-game, numworks-game, numworks-python
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đŖ 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.
##