A simple Minesweeper game made using clojurescript + re-frame (and Reagent) + shadow-cljs
minesweeper.mov
- Architecture: Single Page Application (SPA)
- Languages
- Front end is ClojureScript with (re-frame)
- Dependencies
- Build tools
- CLJS compilation, dependency management, REPL, & hot reload:
shadow-cljs
- CLJS compilation, dependency management, REPL, & hot reload:
- Development tools
- Debugging: CLJS DevTools
Clone this repository then install the dependencies using npm
npm install
Use shadow-cljs to start the local dev server
npm start
Go to http://localhost:8080/ and start playing! 🚩
To generate the static files:
npm run build