Skip to content

TohidEq/rust-game-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-game-minesweeper

Minesweeper game (Rust)

Minesweeper!

Keys:

A: Move left

D: Move right

S: Move down

W: Move top

E: Defuse cell

F: Flag cell

Q: Exit

Installation

Use Rust-installation to install Rust. Or Rust-other-installation-methods if you are using windows.

Go to the game-minesweeper folder

cd game-minesweeper

Install deps

cargo install --path .

Usage

Run inside game-minesweeper folder

cargo run

Wanna faster?

Open ./game-minesweeper/src/config.rs and change GAME_SPEED value:

example

pub const GAME_SPEED: u16 = 60;

To

pub const GAME_SPEED: u16 = 10;

or anything

License

MIT. >>> LICENSE

About

minesweeper game (rust) in terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages