Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsalan-Sadri committed Feb 21, 2019
1 parent 0280b5c commit 42af553
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
* Find all deployed applications

# :page_with_curl: Description
* A memory game.
* The application keeps track of the user's score.
* A web app memory game that keeps track of the user's selected images and updates their scores accordingly.
* Every time an image is clicked, the images rendered to the page shuffle themselves in a random order.
* The user's score gets incremented when clicking an image for the first time.
* The user's score get reset to 0 if they click the same image more than once.
* Once the user's score is reset after an incorrect guess, the game restarts.
* Images are pulled over from `GIPHY API`
* The user's score gets incremented when clicking on an image for the first time.
* The user's score gets reset to 0 if they click on the same image for the second time.
* Once the user's score has reset after an incorrect guess, the game restarts.
* Images are NOT pulled over from a file or database, but they are dynamic data fetched from `GIPHY API`

<img src="Docs/Images/main_page.png" width="700" height="500">

Expand Down

0 comments on commit 42af553

Please sign in to comment.