Link: https://jelle-vdp.github.io/js-memory-game/
Description: A card flipping game for the BeCode web development course where the player has to find all similar images that are hidden on the other side of the card. Please check the original instructions below:
- Repository:
Memory-game
- Type of Challenge:
Learning Challenge
- Duration: take your time
- Deployment strategy: Github page
- Team challenge : `solo
- Change things in the DOM (Aka canvas = cheating)
- Array manipulation
We want to recreate the game memory
. It is a game where you have a bunch of cards. Each card contains an image. Of each image there are exactly two cards. The cards are placed in a random order. You get to turn them around. If you turned around two cards they either turn back so you can't see their image if they did not match. And if they did match they stay image face visible.
- Clicking cards turns them around
- Randomly position the cards
- Readme, but that shouldn't even have to be said
- Explanation on the page itself
- Let a user define custom image urls
- Make it pleasing to look at
- Make it playable by keyboard
- Multiplayer (local)