https://github.com/devafortun/minesweeper-react
https://github.com/devafortun/minesweeper-react
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devafortun/minesweeper-react
- Owner: devafortun
- Created: 2024-12-25T06:26:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-25T06:57:34.000Z (over 1 year ago)
- Last Synced: 2025-04-15T00:13:09.501Z (about 1 year ago)
- Language: JavaScript
- Size: 673 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper
The classic puzzle game built in JavaScript and React, with a Node/Express server and
MongoDB/Mongoose database to persist high scores.
Bundled with Webpack and transpiled with Babel. All the original game and view JS files are in the /lib folder.