Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/festelo/flutter_sweeper
Mineswepper on Flutter
https://github.com/festelo/flutter_sweeper
Last synced: about 1 month ago
JSON representation
Mineswepper on Flutter
- Host: GitHub
- URL: https://github.com/festelo/flutter_sweeper
- Owner: festelo
- License: bsd-2-clause
- Created: 2020-12-12T17:55:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T13:02:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T17:44:02.110Z (3 months ago)
- Language: Dart
- Size: 209 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tawer's Sweeper
![Image of Yaktocat](https://i.imgur.com/kRoMoxI.png)
Minesweeper project written on Flutter.
Supported platforms:
* Desktop (macOS, Windows, Linux)
* Mobile (Android, iOS)
* Web## Where to play
You can find last binaries on [github actions page](https://github.com/festelo/flutter_sweeper/actions). They are compiled directly from master branch on every commit using Github CI/CD. *Artifacts for iOS and Web are not provided.*
## How to build
Clone the project through `git clone https://github.com/festelo/flutter_sweeper` and run `flutter build ...` or `flutter run`
## 3rd party dependencies
* [Vibration package](https://pub.dev/packages/vibration) (BSD) for vibration
* [Font Awesome](https://pub.dev/packages/font_awesome_flutter) (MIT) for bomb and question icons