Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
/ MemoryGame Public archive

Memory game built with React Native

Notifications You must be signed in to change notification settings

SrAnthony/MemoryGame

Repository files navigation

MemoryGame Logo

Memory Game. Built with React Native.


Features

  • Login with name and avatar
  • Avatar selector with 54 avatars
  • 27 unique cards to play with, each game with 16 cards
  • Ranking system

memory-game-prints

📦 Getting started

Installing Dependencies:

$ yarn

Install pods if building for ios:

$ npx pod-install

Running the app:

$ yarn start

For starting the app on a specific OS:

$ yarn ios | yarn android

You can also open the project on Android Studio and XCode.