Skip to content

Create README-UPDATED.md #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README-UPDATED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Memory Card Game Project
The project is a memory card game built using HTML, CSS, and JavaScript. The objective of the game is to match pairs of cards with identical images. The game provides cognitive stimulation and entertainment, making it useful for younger audiences.

## Game Mechanics
The game defines a function to handle the clicking of checkboxes. When two checkboxes are clicked, the function checks if the images on the cards match. If they match, the checkboxes remain checked, and if they don't match, they become unchecked after a second. The game then shuffles an array of image URLs and assigns them to the cards, creating randomized cards for the game.

## Benefits of the Game
Memory games are known to improve memory and concentration skills, making this game a useful tool for cognitive development. Additionally, the game provides an interactive experience, making it a fun and engaging way to spend time.

## Public Availability
The project is available on GitHub at https://github.com/AdvancedCSS2023/assignment-2---css-games-group_12. The game is created by a group of web development students at NTNU Gjovik, consisting of **Petter, Emil, and Tobias.** If you need any assistance or have any questions, feel free to contact any of the repository contributors.