Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 841 Bytes

File metadata and controls

45 lines (29 loc) · 841 Bytes

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.