A simple card game.
Python Pygame
The object of the game is to remove all of the cards from the table.
Flips over two cards of the same number to remove them.
Press 'spacebar' to shuffle cards.
Click on cards to flip them.
Press 'p' to restart.
Press 'ESC' to quit.
To run the game, simply navigate to the directory where you've saved the game and enter command:
$ python Memory.py
