-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemoryCardMatch.txt
More file actions
31 lines (25 loc) · 1 KB
/
memoryCardMatch.txt
File metadata and controls
31 lines (25 loc) · 1 KB
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
29
30
31
///------------------------------
/// GAME DESCRIPTION
///------------------------------
Memory Card Match is a memory-based game where players flip two
cards at a time in an attempt to find matching pairs. If the cards
match, they remain face up. If they do not match, they flip back
over. The objective is to match all pairs of cards on the board.
///------------------------------
/// CURRENT PROBLEMS
///------------------------------
///------------------------------
/// PLANS TO RESOLVE PROBLEMS
///------------------------------
///------------------------------
/// CONTACT INFORMATION
///------------------------------
Author: Dmitry Novikov
Email: novikod@mail.nmc.edu
///------------------------------
/// COPYRIGHT INFORMATION
///------------------------------
If any HTML file is reproduced, please provide credit to the author
within the page interface.
If any JavaScript or CSS file is reused or modified, please provide
credit to the author within the code comments or documentation.