Skip to content

RinkAttendant6/threatsweeper

Repository files navigation

Threatsweeper

A web-based cybersecurity-themed minesweeper game.

GitHub package.json version GitHub deployments

GitHub language count GitHub top language Snyk Vulnerabilities for GitHub Repo GitHub repo size GitHub GitHub Repo stars

▶️ Play

The game is currently hosted on GitHub Pages:

https://rinkattendant6.github.io/threatsweeper/

💾 Technologies used

A goal of this project is to explore the use of modern various web development technologies.

🛠️ Development

Pre-requisites: Node.js

  1. Run npm install
  2. Start the built-in dev server by running npm start
  3. Open your page in your browser: http://127.0.0.1:8080

🚀 Production build

npm ci
npm run build
# output will be in the dist folder