This was my first Swift app. This a card memory game. The aim of this game is to make your memory better by playing an old game of spot the match cards. The project is built using Swift and uses SwiftUI.
Consider leaving a ⭐ if you like the repository.
- iOS:
Screen.Recording.2022-01-06.at.14.47.47.mov
- iPadOS:
Screen.Recording.2022-01-06.at.14.52.08.mov
- Anyone of all skill levels can contribute to this repo
- Please check all issues that are labelled as
Changes
- Some issues are labeled as
good-first-issue
these are great for beginners to get involved
Before working on an issue please leave a comment and you will be assigned
-
Fork the project
-
Open your forked project in GitHub and click on the green <>Code button.
-
Copy the HTTPS or SSH link and open your Terminal / Git Bash.
git clone <the link>
-
Run project (to ensure everything works)
-
Checkout a new branch to work on an issue:
git checkout -b name-of-issue-ticketNumber
-
Once you've finished coding / working on an Issue, you can open a new PR
git add . git commit -m “Description of what was sorted” git push origin name-of-issue-ticketNumber
-
Open the project on GitHub and raise to master branch on the repo