Command line minesweeper written in rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Bass 118fb798bf Update README.md 1 year ago
src init 1 year ago
.gitignore init 1 year ago
Cargo.lock init 1 year ago
Cargo.toml add releases 1 year ago
LICENSE init 1 year ago
readme.md Update README.md 1 year ago
screenshot.png add readme 1 year ago

readme.md

Minesweeper CLI

This is an implementation of the classic game minesweeper using the command line as an interface.

To run this program

cargo run

or use one of the provided executables in the releases tab.

How to play

Run the program and select the size of the minefield, or press enter to go with the default.

To reveal tiles, simply type a command in the format of x,y such as 3,5. To flag tiles, prefix that command with an f, like f3,5. To quit, use CTRL+C or the q command.

Screenshots

"Screenshot of gameplay"

This repository's home is at https://git.alexanderbass.com/Alexander/cli-minesweeper Contributions are still welcome if you're viewing this on GitHub.