Skip to content

Lu4n4-ru/memory-game-80s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Lane Game

Simple Memory game 80s style built with HTML, JS and CSS.

Description

Click on the tiles to discover the image behind. Images are inspired to music icons of the 80s ;)

alt text

When you click, the time will start the countdown: you have 45 seconds to flip all the cards.

Demo

Find here the link to play from your laptop or smartphone! Memory Lane.

Layout

Flex and responsive. It's composed of 16 tiles. In this MVP there is no casual image choice, it will be added later on.

Technical game tasks

  • Timer countdown
  • When click on 2 images a script match the images via their "alt"
  • if match is ok, images stay visible
  • if match is not ok, cards disappeares after a short timeout (1 sec).
  • If the player matches all the cards a window opens to congrats
  • if the timer runs out before the player finishes a window open to say the game is over
  • a restart button allows to restart the game
  • image position is shuffled at each new start
  • countdown stops as the player matches all the cards
  • if game over, cards are no clickable anymore
  • shuffle random images from a pool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published