An open API service indexing awesome lists of open source software.

https://github.com/bobbicodes/tsweep

ASCII minesweeper written in Clojure
https://github.com/bobbicodes/tsweep

clojure minesweeper terminal-game

Last synced: 3 months ago
JSON representation

ASCII minesweeper written in Clojure

Awesome Lists containing this project

README

          

# To run:

```
~$ cd tsweep
~/tsweep$ lein run
```

## How it works:

A random set of integers is chosen to represent the mines, which are uncovered as they are stepped on to reveal the number of mines contained in the adjacent squares. The board's internal representation is dynamically generated based on a variable number of rows.

[![asciicast](https://asciinema.org/a/177672.png)](https://asciinema.org/a/177672)