Coding the classic minesweeper game
Source code: https://github.com/clickclackcode/pyt...
00:00 - Intro and preview
00:40 - Setting up the classes
06:50 - Game loop and setting up the window
11:50 - Starting a new game
18:35 - Displaying the timer and flag count
22:34 - Creating the cells
36:15 - Placing the mines
41:16 - Adding the left click event
50:09 - Adding the right click event
52:48 - Gameover