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

https://github.com/lilithhafner/minesweeper.jl

Play Minesweeper!
https://github.com/lilithhafner/minesweeper.jl

Last synced: 8 days ago
JSON representation

Play Minesweeper!

Awesome Lists containing this project

README

          

# Minesweeper

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://LilithHafner.github.io/Minesweeper.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://LilithHafner.github.io/Minesweeper.jl/dev/)
[![Build Status](https://github.com/LilithHafner/Minesweeper.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/LilithHafner/Minesweeper.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/LilithHafner/Minesweeper.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/LilithHafner/Minesweeper.jl)

# Installation using [Quickdraw](https://github.com/LilithHafner/quickdraw)

To install this software on Linux or Mac, run the following command:

```
curl -fLsS https://lilithhafner.com/quickdraw | sh -s https://github.com/LilithHafner/Minesweeper.jl
```

To install this software on Windows, install Julia and then run the following command:
```
(echo julia -e "import Pkg; Pkg.activate(\"Minesweeper\", shared=true); try Pkg.add(url=\"https://github.com/LilithHafner/Minesweeper.jl\"); catch; println(\"Warning: update failed\") end; using Minesweeper: main; main()" %0 %* && echo pause) > Minesweeper.bat
```

In both cases, the command will create an executable called `Minesweeper` that can be double clicked to run.