Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1013 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 1013 Bytes

Memorize

About the Game

Memorize is a memory word game built in HTML, CSS and Javascript.
The game deals with four diffrent diffculty levels.
Here is the UI of the game.

Home Page

Home page

Level Selection Page

Level Selection page

Game Page

Game page

Technologies used

  • HTML
  • CSS
  • JAVASCRIPT

Flip effect

Flip effect of css enables the user to see a 3-D flip transition of card.
This is basically implemented in css through the use of following CSS attributes:

  • transition
  • transform-style
  • transform To know more about it click here.

Click here for a link to the live website.