In this video we’ll build a tile matching memory game with Tkinter and Python.
We’ll create 12 tiles that are blank. The user can click on a tile and show what secret number that tile holds. After clicking on two tiles, the user will either have matched the tiles or not.
If the tiles don’t match, we’ll flip them back over and start again.
It’s a fun one!
Add comment