Minesweeper game made using React Native
Minesweeper Game
Minesweeper game made using React Native, Typescript, and Styled Components!
How to use ?
You'll need Git, Node.js + Yarn installed to run this game on your computer.
Clone this repository
# Clone this repository
$ git clone git@github.com:ayelenmarie/minesweeper.git
Go inside the folder of the repository
# Go into the repository
$ cd minesweeper
Install required dependencies
# Install general dependencies
$ yarn
# Install iOS Pods
$ cd ios && pod install
Run the bundle
$ yarn start
Run the app
# iOS
$ yarn ios
# Android
$ yarn android