Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.08 KB

readme.md

File metadata and controls

36 lines (23 loc) · 1.08 KB

Build Status Coverage Status Gem Version

Minesweeper Terminal

Console version of minesweeper game written in ruby & curses gem

Requirements

  • ruby 2.4 or higher

Setup

  • gem install minesweeper-curses

Local installation

  • git clone [email protected]:ruba-ruba/minesweeper.git
  • cd minesweeper
  • gem install bundler
  • bundle install
  • rake install

Launching

  • minesweeper-curses

Controls

  • ←↑→↓ to move over the mineboard
  • ␣ to mark cell as a bomb
  • ↵ to open the cell

License

MIT