Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 376 Bytes

rust_minesweeper

Simple minesweeper game developed in Rust lang to practice some core concepts of the language.

Developed using Piston game engine.

Launch

cargo build --release

Cargo build will produce executable. This file requires ./assets/Roboto-Regular.ttf in working directory to be available, so you probably will need to copy it from the content root.