Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Memory match game for Shopify internship challenge

Notifications You must be signed in to change notification settings

ilPikachu/shopify-memory-match

Repository files navigation

shopify-memory-match

This project is created for the Shopify Android internship challenge (Fall 2020).

The architecture of the app follows the MVVM pattern with repository. It utilizes modern Android libraries and Shopify Polaris design system for styling.

Shopify Mobile Developer Project Doc

Libraries

  • Navigation (Single activity pattern)
  • ViewModel
  • Retrofit (Network)
  • Moshi (JSON parser)
  • Glide (Image caching)
  • Preference (Settings)
  • Databinding
  • LiveData
  • Room (Saving ProductImage response and UserScores)
  • Coroutines (Async network and DB operations)
  • Material Design Component

Design with Shopify Polaris

Required Screenshots

No match Some match All match & User wins
No match Some match All match & User wins

Requirements and Bonuses

Requirements Completion
The user should have to find a minimum of 10 pairs to win. Done
Keep track of how many pairs the user has found. Done
When the user wins, display a message to let them know! Done
Make sure it compiles successfully. Done
Bonuses Completion
Make the game configurable to match 3 or 4 of the same products instead of 2. Done
Make the grid size configurable. (Match more than 10 sets of the same product). Done
Build a slick screen that keeps track of the user’s score. Done
Make a button that shuffles the game. Done
Feel free to make the app beautiful and add anything else you think would be cool! Polaris design

Additional Screenshots

Home Configurable game Score
No match Some match All match & User wins
Settings Settings pairs selection No score
No match Some match All match & User wins

Easter egg

(=ↀωↀ=)✧

About

Memory match game for Shopify internship challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages