Brain Training Game for iOS written in Swift that trains your brain and hand-eye coordination as my Final Project for my Mobile Development 1.1 course in Make School
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
151
commits
[add] remove cardColorAsTuple and checked for bottomCardView's current cardColor case
21b1a38View on GitHub[add] a way to make the text and textColor more fairly random and than barely matching so that white card's correct answer is not always a no, and black card's answer to be yes
56834ffView on GitHub[add] updated gameDifficulty enum get highScore and get initialMaxTime to just be a read only variable instad of a function
b3ead3aView on GitHub[add] made the app more reliable by removing force unwrapping with ! unless a guard let has been used to confirm value does exists
d9c50e7View on GitHub[add] updated color to textColor for consistent naming throughout the codebase
01659cfView on GitHub[add] removed commented protocol and added custom protocols
88f84a9View on GitHub[add] replacing the medium and hard gif to make it shorter
a16e276View on GitHub