Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with some additional contents #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
# Memory-Game
# Memory Card Game

[Play here!](http://igameproject.com/Memory-Game/)

![GameStarts](readme_images/GameStart.png)

* __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

Expand Down