diff --git a/README.md b/README.md index 5d6e1bf..a4a1b3e 100644 --- a/README.md +++ b/README.md @@ -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.