Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.79 KB

README (v2).md

File metadata and controls

53 lines (34 loc) · 1.79 KB

Minesweeper (Project 2)

The goal of this project was to improve upon an existing Minesweeper game.

Getting Started

Use the Prerequisites section to set up the development environment on your local machine. Once the proper software is installed, navigate to your project folder and use the following command to run the project.

ng serve --open

Prerequisites

Begin by installing node.js using the instructions contained on this site.

Then, install npm (For device specific information, click here).

npm install

Finally, install Angular (For more information, click here).

npm install -g @angular/cli

Built With

Authors

See also the list of contributors who participated in this project.

Documentation

Compodoc was used to provide documentation for this project.

Acknowledgments

Please read SOURCES.md for a works cited.