Skip to content

Commit

Permalink
Update README.md, Add New Demo.png, and Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayKalose committed Dec 5, 2024
1 parent b39e170 commit b2c89dd
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 17 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,19 @@
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads-pre/AkshayKalose/Minesweeper-XP/total)
![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads-pre/AkshayKalose/Minesweeper-XP/latest/total)

Experience the classic Minesweeper XP (+ 98) on macOS, Windows, and Linux!
Experience the classic Minesweeper XP (+ 98 and 3.1) on macOS, Windows, and Linux!

*Fun Fact*: After Windows 98, the tiles in Beginner mode increased from 8x8 to 9x9.

## Demo
![Demo](./demo/Grey.png)
![Demo](./demo/Demo.png)

## Installation

| | macOS | Windows | Linux |
|------------|---------------|---------------|------------------|
| Standalone | [Download .zip](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-macOS-universal.app.zip) | [Download .zip](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-windows-amd64.zip) | [Download .tar.gz](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-linux-amd64.tar.gz) |
| Installer | [Download .pkg](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-macOS-universal-installer.pkg) | [Download .exe](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-windows-amd64-installer.exe) | |

### macOS
For macOS, the app is currently not signed nor notarized. In order to open the application and avoid the `"Minesweeper XP.app" Not Opened` popup, you will need to open the Terminal application and run one of the following commands on the file you downloaded:

```
xattr -d com.apple.quarantine ~/Downloads/Minesweeper-XP-macOS-universal.app.zip
xattr -d com.apple.quarantine ~/Downloads/Minesweeper-XP-macOS-universal-installer.pkg
xattr -d com.apple.quarantine ~/Downloads/Minesweeper\ XP.app
xattr -d com.apple.quarantine /Applications/Minesweeper\ XP.app
```

Select the appropriate command to run based on the file you downloaded and/or extracted. You will only ever need to run one of these commands at most once, after downloading. The command will remove the `com.apple.quarantine` attribute from the downloaded file.
| Installer | [Download .dmg](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-macOS-universal-installer.dmg) | [Download .exe](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-windows-amd64-installer.exe) | |

## FAQ

Expand Down
Binary file added demo/Demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"info": {
"companyName": "Minesweeper XP",
"productName": "Minesweeper XP",
"productVersion": "0.1.1",
"productVersion": "0.2.0",
"copyright": "Copyright 2024 Akshay Kalose",
"comments": "The classic Minesweeper XP (+ 98) on macOS, Windows, and Linux."
"comments": "The classic Minesweeper XP (+ 98 and 3.1) on macOS, Windows, and Linux."
}
}

0 comments on commit b2c89dd

Please sign in to comment.