Further explain
An easy little game to practice c++ and ansi escape(VT-100)
No ncurses.
- Fix the input issue, currently it only works on minefield smaller than
$9 * 9$ . - Add some decorations
Left click on grid to reveal.
Right click on grid to set flag, click on existing flag to disable it.
Should work well on any terminal supporting color display and can listen to mouse clicks.
- Linux terminal should be fine
- Using Mac OS default terminal will have some minor issues
- Choose difficulty and start the game
Can run on any terminal supporting color display.