This Minesweeper project was created for EECS 581 - Software Engineering II at the University of Kansas
Creaded by Addison, Anya, Marco, Hunter, Elizabeth, and Janna. 👾
TypeScript and Webpack are the primary technologies used in this project.
This project was completed over the course of three 1-week sprints using Agile methodology.
More documentation about the program can be found in /planning-documents.
- Install Node.js to your system if it is not already installed. View https://nodejs.org/en/download/current for information about installing Node.js on your system.
- Clone, or download and extract the repository and cd into the repository folder.
- Run “npm install” to install all build dependencies for the project.
- Once complete, run “npx webpack” to build the application.
- The finished application is now built at /dist/index.html. (Do not use /src/index.html)