-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
28 lines (17 loc) · 882 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
README
*****************************************************************************************
**************************MEMORY GAME****************************************************
*****************************************************************************************
This is version 0.1 of memory game has few bugs though or execution and swapping tiles.
DEPENDENCIES:
If you haven't already please install the following dependencies:
Python 2.7 or more (required)
pygame module (required)
DOWNLOAD:
1.Python can be downloaded from http://www.python.org/getit/
2.pygame module can be installed from http://www.pygame.org/download.shtml
RUNNING THE GAME
Open a terminal window, "cd" into the game directory and run:
python myanimation.py
HOW TO PLAY
This is a simple game of matching same tiles until all tiles are discovered.