From cb87b4e12017dbbd26b1ac45135c86ba17d101e8 Mon Sep 17 00:00:00 2001 From: Tobiasfjellvang <131279769+Tobiasfjellvang@users.noreply.github.com> Date: Thu, 11 May 2023 18:43:18 +0200 Subject: [PATCH 1/3] Create README-UPDATED.md updated readme with markdown --- README-UPDATED.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README-UPDATED.md diff --git a/README-UPDATED.md b/README-UPDATED.md new file mode 100644 index 0000000..a399eed --- /dev/null +++ b/README-UPDATED.md @@ -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. From 71cd0acc4a26b5101155d91935edbba8c0fc25f1 Mon Sep 17 00:00:00 2001 From: Tobiasfjellvang <131279769+Tobiasfjellvang@users.noreply.github.com> Date: Thu, 11 May 2023 19:23:46 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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. From fcbfd58fd863fa7e418de7d9696575100157b5d8 Mon Sep 17 00:00:00 2001 From: Tobiasfjellvang <131279769+Tobiasfjellvang@users.noreply.github.com> Date: Thu, 11 May 2023 19:26:02 +0200 Subject: [PATCH 3/3] Delete README-UPDATED.md --- README-UPDATED.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 README-UPDATED.md diff --git a/README-UPDATED.md b/README-UPDATED.md deleted file mode 100644 index a399eed..0000000 --- a/README-UPDATED.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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.