Skip to content

Commit 75ed1d2

Browse files
authored
Merge pull request #274 from palaksinghania05/memory_card
added Memory card game
2 parents fa246b0 + 7773744 commit 75ed1d2

File tree

17 files changed

+221
-1
lines changed

17 files changed

+221
-1
lines changed

Index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@
113113
| [Payment Website](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/payment_integration)| This is a donation website in which we have integrated payment gateway.|
114114
| [Random Password Generator](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Random%20Password%20Generator)| Generates a strong random password and has a copy functionality.|
115115
| [File Zipper](https://github.com/soma2000-lang/Web-dev-mini-projects/tree/main/File%20Zipper) |It is a encoding and decoding file
116-
| [Sudoku Solver](https://github.com/soma2000-lang/Web-dev-mini-projects/tree/iron/Sudoku%20Solver) |It solves Sudoku using backtracking
116+
| [Memory Card Game](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Memory%20Card%20Game) | A basic memory game where the main trick is to remember where the cards are. |
117+
| [Sudoku Solver](https://github.com/soma2000-lang/Web-dev-mini-projects/tree/iron/Sudoku%20Solver) |It solves Sudoku using backtracking

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

0 commit comments

Comments
 (0)