Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 976 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 976 Bytes

Memory Match JS

Memory Match JS image

You can test this app at https://tedmartins.github.io/challenges/DIO-Memory-Match/index.html.

About

A small game Memory Match Card Game based on Street Fighter II characters.

How to play

The game consists in flip all the card over the board finding the matching card.

Use your mouse to click on the cards and try to find the match card. You win after finding all the matchs.

Goals

This project was based on another card match game, but I improve some new functions.

As the name suggests, it was written in JavaScript.

let you = (enjoy, the, game) => {
    console.log('Enjoy!');
}

!important

I don't own the rights of the images and sounds, these were found on the internet. This project was made with studying purposes only.