Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpcloud/minesweep-rs
Sweep some mines for fun, and probably not for profit.
https://github.com/cpcloud/minesweep-rs
games minesweeper rust
Last synced: 12 days ago
JSON representation
Sweep some mines for fun, and probably not for profit.
- Host: GitHub
- URL: https://github.com/cpcloud/minesweep-rs
- Owner: cpcloud
- License: apache-2.0
- Created: 2021-04-26T13:28:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T01:07:43.000Z (7 months ago)
- Last Synced: 2024-05-01T20:35:10.195Z (6 months ago)
- Topics: games, minesweeper, rust
- Language: Rust
- Homepage:
- Size: 815 KB
- Stars: 139
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - minesweep - Terminal-based Minesweeper game. (đģ Apps / đšī¸ Games and Entertainment)
README
# `minesweep-rs`
[![Build Status](https://github.com/cpcloud/minesweep-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/cpcloud/minesweep-rs/actions/workflows/ci.yml)
A mine sweeping game written in Rust using `tui-rs`.
## Demo
Run with:
```
$ docker run --rm -it ghcr.io/cpcloud/minesweep-rs:latest
```![demo](./demo.gif)