Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 721 Bytes

Minesweeper

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.

Build Instructions (for macOS):

  1. Install openFrameworks, and go to myApps directory.
  2. To build desktop version, open with xcode or run xcodebuild -project minesweeper.xcodeproj
  3. to build for web (requires emscripten): emmake make -j4 && emrun bin/minesweeper.html

License:

© Leo Dastur. Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.