Skip to content

vctrl/MemoryGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Memoji game

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.

Certificate

Specialization includes 5 courses: https://coursera.org/share/cccb5909b9eeead79cc21c042092db76

Some features

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.

About

Final project which I created for the last course of Interface Development specialization from Yandex https://www.coursera.org/learn/razrabotka-interfeysov-proyekt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published