https://github.com/zachstence/minesweeper-command-line
The classic game Minesweeper played in the command line. Coded in C++.
https://github.com/zachstence/minesweeper-command-line
Last synced: 3 days ago
JSON representation
The classic game Minesweeper played in the command line. Coded in C++.
- Host: GitHub
- URL: https://github.com/zachstence/minesweeper-command-line
- Owner: zachstence
- Created: 2018-06-02T20:54:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T20:43:47.000Z (almost 8 years ago)
- Last Synced: 2025-10-12T04:44:55.728Z (10 months ago)
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper-Command-Line
The classic game Minesweeper played in the command line. Coded in C++.
I began this project a few months back during spring break when I was on a camping trip without wifi. The goal was to create the classic game Minesweeper in the command line using C++. The game works as it should but more features will be added in the future when I have some spare time.