blog/_posts/2019-12-08-mnswpr.md

875 B

title project-date category description
mnswpr.com 2019 to Present projects The classic Minesweeper game, recreated for the browser

This is the classic game Minesweeper built with vanilla web technologies (i.e., no framework dependency).

See the source code on GitHub

What I have learned:

  1. JS is awesome
  2. We don't always necessarily need JS frameworks (or TS)
  3. Even subtle UI changes can improve user gameplay experience
  4. There's more ways to break you're app than you are initially aware of
  5. Competition motivates users to use your app more
  6. Hash in bundled filenames help issues in browser caching (when shipping versions fast)

Technology Stack:

  • HTML, JS, and CSS
  • Webpack for bundling
  • Firebase for leader board store
  • Netlify for hosting