Skip to content
/ Pairs Public

Pairs is a classic game that I created to demostrate my skills in pure, clean and simple (Vanilla) JavaScript. Pairs is a memory game where you need to match pairs of cards. Playing is very simple, you turn over one card and then try to find a matching card with the same character.

Notifications You must be signed in to change notification settings

Renato79/Pairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pairs - Memory Game

View the live project here.

Pairs is a classic game that I created to demostrate my skills in pure, clean and simple (Vanilla) JavaScript.

The game presents a main page with the board game, and three links: How to play, Solution (To see the solution of the current game) and New Game. The score is based on a timer, then you can improve your score at any time you play again.

Technologies Used

Languages Used

  • HTML5
  • CSS3 (Responsive)
  • JavaScript

Frameworks

Deployment, Libraries & Programs Used

Testing

Code validation

Credits

Content

Media

How to Fork and Clone

Forking the GitHub Repository

By forking the GitHub Repository we make a copy of the original repository on our GitHub account to view and/or make changes without affecting the original repository by using the following steps...

  1. Log in to GitHub and locate the GitHub Repository
  2. At the top of the Repository (not top of page) just above the "Settings" Button on the menu, locate the "Fork" Button.
  3. You should now have a copy of the original repository in your GitHub account.

Making a Local Clone

  1. Log in to GitHub and locate the GitHub Repository
  2. Under the repository name, click "Clone or download".
  3. To clone the repository using HTTPS, under "Clone with HTTPS", copy the link.
  4. Open Git Bash
  5. Change the current working directory to the location where you want the cloned directory to be made.
  6. Type git clone, and then paste the URL you copied in Step 3.
$ git clone https://github.com/Renato79/Pairs/
  1. Press Enter. Your local clone will be created.
$ git clone https://github.com/Renato79/Pairs/
> Cloning into `CI-Clone`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.

Click Here to retrieve pictures for some of the buttons and more detailed explanations of the above process.

About

Pairs is a classic game that I created to demostrate my skills in pure, clean and simple (Vanilla) JavaScript. Pairs is a memory game where you need to match pairs of cards. Playing is very simple, you turn over one card and then try to find a matching card with the same character.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published