Skip to content

Commit 5e2201d

Browse files
Add files via upload
1 parent 22e5817 commit 5e2201d

File tree

16 files changed

+219
-0
lines changed

16 files changed

+219
-0
lines changed

Memory Card Game/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Memory Card Game
2+
A basic memory game in which the trick is to remember which cards are where.
3+
4+
# Use of Project
5+
A user-friendly game to enhance user's memory.
6+
7+
# Stack Used
8+
- HTML5
9+
- CSS3
10+
- JavaScript
11+
12+
# Set up required to run
13+
1. Clone the repository.
14+
```
15+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
16+
```
17+
2. Move to project directory.
18+
19+
3. Open mainGame.html with Chrome or any browser.
20+
21+
4. Start Playing.
22+
23+
# Screenshots
24+
- When a player turns over two cards that match, those cards get fixed.
25+
![](./screenshots/matched.png)
26+
27+
- When a player turns over two cards that do not match, those cards are turned face down again (in the same position).
28+
![](./screenshots/not_matched.png)
29+
![](./screenshots/back_to_original.png)

Memory Card Game/images/back.jpg

33 KB
Loading

Memory Card Game/images/c++.png

10.8 KB
Loading

Memory Card Game/images/css.png

44.8 KB
Loading

Memory Card Game/images/html.png

13.1 KB
Loading

Memory Card Game/images/java.jpg

36 KB
Loading
4.08 KB
Loading

Memory Card Game/images/kotlin.jpg

6.02 KB
Loading

Memory Card Game/images/php.png

174 KB
Loading

Memory Card Game/images/python.jpg

11.7 KB
Loading

0 commit comments

Comments
 (0)