forked from prithaupadhyay/Memory-Game
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd152b3
commit b6c83fe
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Memory Game 🎮 | ||
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/prithaupadhyay/Memory-Game/blob/master/LICENSE) | ||
|
||
Memory game with a bit of Geeky touch. | ||
|
||
## Developement | ||
- Fork the repository and then follow the instructions: | ||
|
||
```sh | ||
$ git clone https://github.com/{{your_username}}/Memory-Game.git | ||
$ cd Typeracer | ||
$ git remote add upstream https://github.com/prithaupadhyay/Memory-Game.git | ||
``` | ||
|
||
## Author ✍️ | ||
[Pritha Upadhyay](https://github.com/prithaupadhyay) | ||
|
||
## Contribute | ||
Found a bug, please [create an issue](https://github.com/prithaupadhyay/Memory-Game/issues/new) | ||
|
||
## How can I support developers? | ||
|
||
- Star our GitHub repo 🌟 | ||
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧 | ||
|
||
We're always happy to receive your feedback! | ||
|
||
## License | ||
|
||
> © [Pritha Upadhyay](https://github.com/prithaupadhyay) | ||
<p align="center"> Made with ❤ by <a href="https://github.com/prithaupadhyay">Pritha Upadhyay</a></p> |