Typescript implementation of MineSweeper. Following the Windows 98 version.
A hacky but fun project, I challenged myself to achieve the design aesthetic of the Windows 98 version of Minesweeper with PureJS, which apart from the numbers I got pretty close. At the end I replaced the use of a special font for images, which allowed for multiple color schemes.
- Left click to reveal a cell
- Right click to flag a cell
- Click on the face button to restart the game
Name | Description |
---|---|
Eslint | For linting and semantic analysis |
Prettier | For code formatting |
Browser sync | For live reloading |
Esbuild | For bundling |
gulp | For task automation |
SASS | For CSS preprocessing |
Github actions | For CI, building and deploying to github pages |