Minesweeper Game

Minesweeper game made using React Native, Typescript, and Styled Components!

minesweeper

minesweeper3

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 [email protected]: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

GitHub