Skip to content
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

Create README-UPDATED.md #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

# assignment-2---css-games-group_12
# 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.

The project is a memory card game where the player needs to match pairs of cards with identical images. It first defines a function to handle the clicking of checkboxes, which checks if two checkboxes have been clicked and matches the images on the cards. If they match, the checkboxes remain checked, and if they don't match, they become unchecked after a second. The code 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.

This game is useful because it creates an interactive game that can provide entertainment and cognitive stimulation for users. Memory games are also a popular way to improve memory and concentration skills. This game is targeted at a younger audience.

The game is built using only html, css and javascript.

The project is be public and can be found at [https://github.com/AdvancedCSS2023/assignment-2---css-games-group_12](https://github.com/AdvancedCSS2023/assignment-2---css-games-group_12) For help feel free to contact any of the repository contributors. This game is made by a group of web development students at NTNU Gjovik. The group consists of Petter, Emil and Tobias.
## 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.