448 B
448 B
RustySweep
A somewhat faithful to the original winmine minesweeper clone made entirely in rust designed to be run on the CLI. Might add a cursor interface later if I feel like it.
Getting Started
-
Clone the Repository:
git clone https://github.com/juls0730/RustySweep.git -
Run the Game:
cd RustySweep cargo run --release
