From ac1e5c0dfe6433a12d223219cd9de2b190847d7c Mon Sep 17 00:00:00 2001 From: SuvamPrasd Date: Wed, 23 Oct 2019 12:58:30 +0530 Subject: [PATCH] Update README with some additional contents --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36d0556..61359f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Memory-Game +# Memory Card Game [Play here!](http://igameproject.com/Memory-Game/) @@ -6,21 +6,25 @@ * __What does this project do?__ -This is a clone of the classsic Memory Card Game created using HTML5 and Javascript and some DOM animation effects +This is a clone of a classic Memory Card Game created using: + 1. HTML5 + 2. Javascript + 3. DOM animation effects + 4. CSS for designing the game * __What is this project intended for?__ -This project is intended to be a learning experience and a cool way to demonstrate the power of HTML5 and Javascript and also to create awesome games to play if someone feels bored.Also, this project is open source and any kind of ideas and contributions are always welcome. +This project is intended to be a learning experience and a cool way to demonstrate the power of HTML5, Javascript and also to create awesome games to play if someone feels bored. Moreover, this project is an open source and any kind of ideas and contributions are always welcomed. * __How can I start to contribute?__ -Check out issues section and see which issue can you fix. Follow atleast Javascript ES2015 coding standards in all commits (ES6 is even better).Most importantly, please read the contribution guidelines [here](https://github.com/igameproject/Memory-Game/blob/master/contributing.md) +Check out issues section and see which issue can you fix. Follow atleast Javascript ES2015 coding standards in all commits (ES6 is even better). Most importantly, please read the contribution guidelines [here](https://github.com/igameproject/Memory-Game/blob/master/contributing.md) . If you find a way to improve the game that hasn't been mentioned in the issues, create a new issue. And most important of all discuss with your peers on what is the best way to solve a problem. * __Whom do I contact in case of any issues?__ -You can contact the owner at techie.vigneshramesh@gmail.com +You can contact the owner at techie.vigneshramesh@gmail.com ## Aim of the game