Simple Pair Game in vanilla Javascript. Live demo here.
- This is a game implemented in JavaScript.
- Project developed in educational purposes to get familiar with DOM structures, arrow functions, arrays and objects in JavaScript.
- HTML file contains only basic tags in
<head>
section. All the other stuff is in thepair-game.js
file. - In CSS I mainly use
em
format for font-sizes, margin, etc. to get familiar with them either. - Tested in Chrome, Firefox and Safari browsers on desktop and mobile versions.
- HTML file contains only basic tags in
- JavaScript ES6
- HTML5
Rules are simple:
- Choose a number of cards in rows and columns, click 'Start Game'.
- Then you have memorize as much pair of cards as you can, but be careful - you have a little time for that!
- And then you have to pick a pair of cards with identical numbers.
Just open the live version. For now this project served for presentation purposes
Project is: complete
Created by @sashauly - feel free to contact me!