Swift Emoji Memory Card Game
Objective & Background:
- Created a game in Swift using Xcode that allows user to flip over cards and attempt to guess cards with matching emojis.
- Watched and followed along Stanford online course on IOS development where this was the project
- Utilized Model-View-ViewModel MVVM architecture when developing the application
- Separated functionality into seperate modules for more organized code
- Experimented with varying animation techniques and custom shape drawing
- Working on utilizing CoreData to keep track of games and profiles that play the game