Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 580 Bytes

Minesweeper

Minesweeper coded in javascript

Table of contents

General info

The gameboard, each individual cell as well as the countdown clock are all seperate and dynamic objects that ineract with eachother. Javascript is used to make everything feel dynamic, PHP is used because I had familiarity with it.

Technologies

Project is created with:

  • PHP
  • Javacript

Setup

To run this project, install it locally using npm:

$ cd ../Minesweeper
$ npm install
$ npm start