Memory Game / Front-End Web Developer Nanodegree / Udacity
This is a project for Front-End Web Developer Udacity Nanodegree Program.
Thanks to Google and Udacity for Scholarship for this program.
Well-known Concentration Game “Wikipedia”) is a card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn.
Full game is available on my website https://burk.in/pairs
It is a great way to practice your memory. The player has to pick two cards. If cards are with the same picture both stay on the board turned front side up. If the cards have different pictures they flip back and the player has to memorize them and continue trying to find equal ones.
There are two difficulty levels in this game: easy and hard. When easy level is chosen there are 16 cards on the board. On the hard level there are 36 cards.
The player is available to play with three categories of cards: sweets, pets and toys. Every category has its own pictures on cards.
The game is finished when all cards turned front side up.
It is available to start game from the beginning by pressing “Start New” button at any moment. Player is allowed to press ‘R’ key to restart the game.
This game is written with usage of HTML, CSS and JavaScript.
All pictures are on CC0 License and downloaded from Pexels.
All contributions are limited but possible. If you have want to contribute, please, follow the same code style and make a Pull Request.