Skip to content

aneksamun/minesweeper

Repository files navigation

Minesweeper

Build status

Minesweeper is a game which objective is to clear a board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field.

minesweeper

About

The repository is created being inspired by Functional Style article written by Richard Wild. The author is describing currying by example of minesweeper where it been used to calculate a number indicating how many of current square adjacents contains mines.

Build and run instructions

  1. Build JAR
    $ lein compile
    $ lein uberjar
  2. Run
    $ cd target/
    $ java -jar minesweeper-1.0-standalone.jar "** **"

License

Copyright © 2023 Red Pixel Limited

Distributed under the Eclipse Public License either version 1.0 or any later version.

About

Calculates the number of hidden mines around cells

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published