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.
- HTML
- CSS
- JAVASCRIPT
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.