A minimalist minesweeper game.
Play the web version here.
Includes a fully featured and portable game logic engine, and a graphical frontend written with openFrameworks.
- Install openFrameworks, and go to myApps directory.
- To build desktop version, open with xcode or run
xcodebuild -project minesweeper.xcodeproj
- to build for web (requires emscripten):
emmake make -j4 && emrun bin/minesweeper.html
© Leo Dastur. Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.