cls-minesweeper

cls-minesweeper is a simple clone of minesweeper designed to be played in the terminal. It uses crossterm so in theory it should be compatible with most terminals.

How to Play

Use the arrow keys or WASD to move the cursor around. Use Q to uncover, and E to flag. All rules are otherwise the same as normal minesweeper!

Features

No promises that any of this will ever get added, but no ones going to use this anyways, so it should be ok.

This is my first non-trivial project in rust, and my first project to be released to the wider world, so weird bugs are inevitable, and the code is fairly gross. Any and all feedback would be deeply appreciated.