Command line minesweeper written in rust
Go to file
2023-05-15 23:29:21 -04:00
src init 2023-04-03 16:55:48 -04:00
.gitignore init 2023-04-03 16:55:48 -04:00
Cargo.lock init 2023-04-03 16:55:48 -04:00
Cargo.toml add releases 2023-04-03 17:04:50 -04:00
LICENSE init 2023-04-03 16:55:48 -04:00
readme.md Update README.md 2023-05-15 23:29:21 -04:00
screenshot.png add readme 2023-04-03 16:55:57 -04:00

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.