Memory Tiles Game in Javascript

Language

Memory Tiles Game is a tile matching game using set of paired tiles randomly placed on a board with their faces/images down or hidden. The player has to find and remove all matching pairs of tiles in the least possible moves by remembering where tiles are located. To play Memory Tiles: 1 Click a tile to turn it over, and then click a second tile to turn that tile over. If the tiles match, they are removed. If not, they are turned face down again. 2 Keep trying to match pairs of tiles until there are no more tiles left. Your score is shown at the left side of the board: you get points for each match you find, (and lose points for each miss), and you get bonus points for getting triplets (three matches in a row).

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment