This is a simple Picture-match game I wrote. Files Included:
MatchGame.py
-- Base program
MakeGifs.py
-- Small program to make GIFS for the game's source.
Steps: Simply copy the above files and then run:
pip3 install pygame
pip3 install Pillow
(only needed if you run MakeGIFs)