Skip to content

A card flipping game where you have to find two similar images

Notifications You must be signed in to change notification settings

jelle-vdp/js-memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

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

Learning Objectives

  • Change things in the DOM (Aka canvas = cheating)
  • Array manipulation

The Mission

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.

Must-have features

  • Clicking cards turns them around
  • Randomly position the cards
  • Readme, but that shouldn't even have to be said
  • Explanation on the page itself

Nice-to-have features (implemented)

  • Let a user define custom image urls
  • Make it pleasing to look at

Nice-to-have features (not yet implemented)

  • Make it playable by keyboard
  • Multiplayer (local)

About

A card flipping game where you have to find two similar images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published