pyBegin / projects / tile-matching
🎮

Tile Matching Game

A memory tile-matching game built with Tkinter. Click pairs of tiles to reveal hidden colors and match them all before the 60-second timer runs out…

151 lines🖥 Desktop only

Tile Matching Game

A memory tile-matching game built with Tkinter. Click pairs of tiles to reveal hidden colors and match them all before the 60-second timer runs out, with a live score and attempts counter.

How to run

python tile_matching.py

Dependencies

Standard library only (tkinter, random).

Pyodide-runnable

No — it uses tkinter, which is a desktop GUI toolkit unavailable in the browser.