-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Is part of Issue #4, but there should still be attributions in-app
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# ![icon](./.github/app_icon.png) Minesweeper | ||
### The only good Minesweeper Android App | ||
|
||
__Demo:__ | ||
![minesweeper gif](./.github/MineSweeper.gif) | ||
|
||
### What's different about it? | ||
The controls! as if you were playing on your computer with only right clicks: | ||
- Every tap on a hidden block flags it | ||
- Every tap on a number reveals all its neighbors - **if they are properly flagged** | ||
- Holding a hidden block always reveals it | ||
|
||
## Contributors: | ||
- Huge thanks to [@NiteAx](https://github.com/NiteAx) for supplying the art for the mine tile and app icon! | ||
- The rest of the assets for tiles were supplied by Kazukiokumura, under the Creative Commons Attribution-Share Alike all of them can be found on [wikimedia](https://commons.wikimedia.org/wiki/Category:Minesweeper) | ||
- The [ZoomLayout Library](https://github.com/natario1/ZoomLayout) which this project heavily relies on |