Skip to content

mallorysmith64/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Minesweeper! 😃

Objective: Use RESTful API for some of the game logic, display a message to show player they won or lost, and allow user to play multiple difficulty levels.

Technologies Used: React.js, Netlify, CSS Flexbox, HTML5

Play minesweeper here: https://minesweeper-mallorysmith64.netlify.com/

To run this project locally: git clone https://github.com/mallorysmith64/minesweeper.git
cd minesweeper
yarn install
yarn start

Cheers.

Note: "yarn install is used to install all dependencies for a project. This is most commonly used when you have just checked out code for a project or when another developer on the project has added a new dependency that you need to pick up." Source: https://yarnpkg.com/en/docs/cli/install