You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MineSweeper written in C++ for the command line.
Made on: April 30 10:50PM - May 1 01:10AM (2019)
To build: g++ --std=c++11 minesweeper.cpp -o ms
To run: ./ms
JS Version
MineSweeper written for the web. Visit index.html to play.