Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.47 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.47 KB

Memory-Game

Memory Game for Android. The game consists of some cards which are randomly arranged. The user has to flip the cards to get the correct pairs.

Screenshots

Home

Hom

Matched Tiles

Matched

Unmatched Tiles

Unmatched

Contributions

Found a bug? Just create an issue and once assigned, start working on it!

You feel that the app can be improved somehow? Maybe the architecture can be made more robust so that the app is testable? Feel free to fork it and create a Pull Request.

Guidelines

  • Create an issue or comment on an existing one. Wait until it is assigned to you.
  • Add your name to the Contributors.MD file in format
## Name: Your name
## GitHub: [Your github id](url of the profile)
  • Fork the repository and clone to your local machine
git clone https://github.com/your-username/Memory-Game.git
  • Create a separate branch in format issue-number
git checkout -b issue-number

For example, if you are working on issue-1

git checkout -b issue-1
  • Commit and push
git add .
git commit -m "Commit Message"
git push origin branch-name
  • Create a new pull request from your forked repository
  • Wait for your PR to be merged and approved.

License

Apache License

Made with 💙 in Kotlin