Project thumbnail

Minesweeper

Minesweeper clone wrote in typescript using vite and react.

Minesweeper

This is a simple implementation of the classic game
Minesweeper. It is written in TypeScript and uses React for the UI and
Vite for bundling.

You can play it by clicking here.

About

This project was redone from scratch in React and Vite.
This version is much cleaner and more modular. I also added a few
features that were not in the original version like first-click safety.

I've returned to this project as I wanted to play
minesweeper during boring lessons at school and want to make it a PWA so
I can play it offline. (And it was ugly)

Missing Features

Sources

Back to top