/mines

🕹 A Terminal based Minesweeper implementation

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

MINES

GitHub GitHub release (latest SemVer) build

menu custom menu game game over

Installation

install the deb file: mines_0.6.0_amd64.deb

Controls

  • Movement: hjkl or ←↓↑→
  • Place flag: f
  • Open tile: s

Build from source

  1. install dependencies
  2. make
  3. make install

Dependencies

  • libncurses-devel

Contributing

This project was my playground to learn C, so don't expect the cleanest code or the most optimized solutions. I might have done things differently if I had to redo it! If you're keen to chip in, feel free to send over your ideas or pull requests