2024-02-07 22:04:15 -06:00
2024-02-07 21:18:17 -06:00
2024-02-07 22:04:15 -06:00
2024-02-07 21:18:17 -06:00
2024-02-07 21:18:17 -06:00
2024-02-07 21:18:17 -06:00
2024-02-07 21:18:17 -06:00

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

  1. Clone the Repository:

    git clone https://github.com/juls0730/RustySweep.git
    
  2. Run the Game:

    cd RustySweep
    cargo run --release
    

Preview:

9x9 example

Description
(mostly) faithful CLI winmine clone written in rust
Readme MIT 623 KiB
Languages
Rust 100%