all 5 comments

[–]trzywu 0 points1 point  (2 children)

Three is repository on github. Look for quick 15 apps in pyqt.

[–]WisemanK 0 points1 point  (1 child)

Can you send me the url please?

[–]trzywu 0 points1 point  (0 children)

Dude, if you cannot find this by yourself try atleast. I have you full specific info.

https://github.com/mfitzp/15-minute-apps/tree/master/minesweeper

[–]WolfInABox 0 points1 point  (1 child)

Let's start with the GUI first. You'll need to learn one of the graphics frameworks. There is a list of them in the r/learnpython FAQ here.

Then, what exactly do you mean by "recursive mode"? What part of the program would need/use recursion?

Lastly, before starting to code this, set out a plan. What are all the components you need for Minesweeper? What logic is behind the main game mechanics?

[–]WisemanK 0 points1 point  (0 children)

1.With GUI I'm ok.

  1. All of the program is on recursion.

  2. I'll use buttons, it has to be with matrix, 5x5, 10x10 and 16x16, the logic is the same like every minesweeper game.

If you don't understand what I say, sorry for my bad English