Skip to content

Minesweeper web application made with Angular and Typescript.

Notifications You must be signed in to change notification settings

kdaigh/minesweeper-webapp

 
 

Repository files navigation

Minesweeper (EECS448: 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.

About

Minesweeper web application made with Angular and Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.6%
  • HTML 11.3%
  • JavaScript 4.3%
  • CSS 1.8%