-
When the game starts, five faces are shown on the left and four are shown on the right.
-
There will always be one extra face shown on the left the user needs to click on that extra face.
-
The left and right sides are identical, except for one thing the left side has one extra face.
-
clone or download the repo. into any fresh temporary folder.
-
cd into that root folder you just cloned locally.
-
launch Color_Guessing_Game.html or Matching_Game.html depending upon what you want to enjoy.
-
I have attached screenshots below depicting various features of web app !
-
Create your branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
-
Send a Pull Request
-
Enjoy!