Final project for the final course of Interface Development specialization from Yandex https://www.coursera.org/learn/razrabotka-interfeysov-proyekt
The goal of the game is to find all matching cards in specified time.
Specialization includes 5 courses: https://coursera.org/share/cccb5909b9eeead79cc21c042092db76
On the top of script.js there are some variables like that:
const columnsCount = 4;
const rowsCount = 3;
const time = { m: 0, s: 30 };
let emojis = ['๐ถ', '๐ฑ', '๐ญ', '๐น', '๐ฐ', '๐ป', '๐ผ', '๐จ', '๐ฏ', '๐ฆ', '๐ฎ', '๐ท', '๐ธ', '๐', '๐ต', '๐ฆ', '๐', '๐ฆ', '๐', '๐', '๐', '๐ฆ', '๐ฟ', '๐ฌ', '๐ณ', '๐', '๐', '๐', '๐ก'];
You can play with them around to create a mode which would be suitable for you. And also you can add your own emojis. Hopefully, I will create a menu for this parameters soon.