Release v0.10.0
This commit is contained in:
parent
eac732743b
commit
8b0102487a
|
@ -3,7 +3,7 @@ title: "Download"
|
||||||
draft: false
|
draft: false
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
# Latest Release: v0.9.0 (Oct 9, 2021)
|
# Latest Release: v0.10.0 (Oct 9, 2021)
|
||||||
|
|
||||||
[Change History](/guidebook/changes.html)
|
[Change History](/guidebook/changes.html)
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ start the game.
|
||||||
**Note:** I do not yet have a code signing certificate for the Windows release,
|
**Note:** I do not yet have a code signing certificate for the Windows release,
|
||||||
so you may need to click through the "Unknown Publisher" dialog.
|
so you may need to click through the "Unknown Publisher" dialog.
|
||||||
|
|
||||||
* **64-bit:** [sketchymaze-0.9.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-windows-64bit.zip) (23 MB)
|
* **64-bit:** [sketchymaze-0.10.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.10.0/windows/sketchymaze-0.10.0-windows-64bit.zip) (23 MB)
|
||||||
* **32-bit:** [sketchymaze-0.9.0-windows-32bit.zip](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-windows-32bit.zip) (23 MB)
|
* **32-bit:** [sketchymaze-0.10.0-windows-32bit.zip](https://download.sketchymaze.com/release/v0.10.0/windows/sketchymaze-0.10.0-windows-32bit.zip) (23 MB)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ you're expected to know how to run apps from unverified developers. See
|
||||||
[Apple's documentation](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/11.0/mac/11.0)
|
[Apple's documentation](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/11.0/mac/11.0)
|
||||||
how to do this for your version of macOS.
|
how to do this for your version of macOS.
|
||||||
|
|
||||||
* **Intel 64-bit App:** [sketchymaze-0.9.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-macOS-x64.dmg) (32 MB)
|
* **Intel 64-bit App:** [sketchymaze-0.10.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.10.0/macos/sketchymaze-0.10.0-macOS-x64.dmg) (32 MB)
|
||||||
* **Zip file for Intel Macs:** [sketchymaze-0.9.0-macos-x64.zip](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-macos-x64.zip) (22 MB)
|
* **Zip file for Intel Macs:** [sketchymaze-0.10.0-macos-x64.zip](https://download.sketchymaze.com/release/v0.10.0/macos/sketchymaze-0.10.0-macos-x64.zip) (22 MB)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -46,8 +46,8 @@ The easiest cross-distro way to download _Sketchy Maze_ is via [Flatpak](https:/
|
||||||
which is well supported on most popular Linux distributions including Fedora, Ubuntu,
|
which is well supported on most popular Linux distributions including Fedora, Ubuntu,
|
||||||
Debian and others.
|
Debian and others.
|
||||||
|
|
||||||
* **64-bit:** [sketchymaze-0.9.0.flatpak](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0.flatpak) (13.1 MB)
|
* **64-bit:** [sketchymaze-0.10.0.flatpak](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0.flatpak) (13.1 MB)
|
||||||
* **ARM aarch64:** [sketchymaze-0.9.0-aarch64.flatpak](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-aarch64.flatpak) (13.1 MB)
|
* **ARM aarch64:** [sketchymaze-0.10.0-aarch64.flatpak](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-aarch64.flatpak) (13.1 MB)
|
||||||
|
|
||||||
There is not a Flatpak repository for this game yet; inclusion on
|
There is not a Flatpak repository for this game yet; inclusion on
|
||||||
[Flathub](https://flathub.org/) or a custom Flatpak repository for easier
|
[Flathub](https://flathub.org/) or a custom Flatpak repository for easier
|
||||||
|
@ -58,26 +58,33 @@ To install the Flatpak manually:
|
||||||
```bash
|
```bash
|
||||||
# Download the .flatpak package. NOTE: it's distributed as a stand-alone app
|
# Download the .flatpak package. NOTE: it's distributed as a stand-alone app
|
||||||
# for now, a flatpak repo will be added at some point.
|
# for now, a flatpak repo will be added at some point.
|
||||||
$ wget https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0.flatpak
|
$ wget https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0.flatpak
|
||||||
|
|
||||||
# Install the .flatpak package.
|
# Install the .flatpak package.
|
||||||
$ flatpak install --user sketchymaze-0.9.0.flatpak
|
$ flatpak install --user sketchymaze-0.10.0.flatpak
|
||||||
|
|
||||||
# Run it. There should also be a standard app launcher in your menu.
|
# Run it. There should also be a standard app launcher in your menu.
|
||||||
$ flatpak run com.sketchymaze.Doodle
|
$ flatpak run com.sketchymaze.Doodle
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
**Notice:** in the 0.10.0 release the Flatpak app launcher had difficulty launching the game properly,
|
||||||
|
citing an error about not being able to change to the /app/share/sketchymaze directory therein.
|
||||||
|
I'm not sure what changed to break this since earlier releases but `flatpak run com.sketchymaze.Doodle`
|
||||||
|
should run the app from the command line.
|
||||||
|
|
||||||
### Fedora (.rpm)
|
### Fedora (.rpm)
|
||||||
|
|
||||||
* **64-bit:** [sketchy-maze-0.9.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.9.0/sketchy-maze-0.9.0-1.x86_64.rpm) (21 MB)
|
* **64-bit:** [sketchy-maze-0.10.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze-0.10.0-1.x86_64.rpm) (21 MB)
|
||||||
* **32-bit:** [sketchy-maze-0.9.0-1.i386.rpm](https://download.sketchymaze.com/release/v0.9.0/sketchy-maze-0.9.0-1.i386.rpm) (21 MB)
|
* **32-bit:** [sketchy-maze-0.10.0-1.i386.rpm](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze-0.10.0-1.i386.rpm) (21 MB)
|
||||||
* **ARM aarch64:** [sketchy-maze-0.9.0-1.aarch64.rpm](https://download.sketchymaze.com/release/v0.9.0/sketchy-maze-0.9.0-1.aarch64.rpm) (21 MB)
|
* **ARM aarch64:** [sketchy-maze-0.10.0-1.aarch64.rpm](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze-0.10.0-1.aarch64.rpm) (21 MB)
|
||||||
|
|
||||||
### Ubuntu & Debian (.deb)
|
### Ubuntu & Debian (.deb)
|
||||||
|
|
||||||
* **64-bit:** [sketchy-maze_0.9.0_amd64.deb](https://download.sketchymaze.com/release/v0.9.0/sketchy-maze_0.9.0_amd64.deb) (21 MB)
|
* **64-bit:** [sketchy-maze_0.10.0_amd64.deb](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze_0.10.0_amd64.deb) (21 MB)
|
||||||
* **32-bit:** [sketchy-maze_0.9.0_i386.deb](https://download.sketchymaze.com/release/v0.9.0/sketchy-maze_0.9.0_i386.deb) (21 MB)
|
* **32-bit:** [sketchy-maze_0.10.0_i386.deb](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze_0.10.0_i386.deb) (21 MB)
|
||||||
* **ARM aarch64:** [sketchy-maze_0.9.0_arm64.deb](https://download.sketchymaze.com/release/v0.9.0/sketchy-maze_0.9.0_arm64.deb) (21 MB)
|
* **ARM aarch64:** [sketchy-maze_0.10.0_arm64.deb](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze_0.10.0_arm64.deb) (21 MB)
|
||||||
|
|
||||||
### Tarball
|
### Tarball
|
||||||
|
|
||||||
|
@ -86,9 +93,9 @@ anywhere and run. The binary is built on a modern Fedora system and _hopefully_
|
||||||
should run as-is on other modern GNU/Linux systems, but sometimes shared library
|
should run as-is on other modern GNU/Linux systems, but sometimes shared library
|
||||||
versions of SDL2 may not match your computer.
|
versions of SDL2 may not match your computer.
|
||||||
|
|
||||||
* **64-bit:** [sketchymaze-0.9.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-linux-64bit.tar.gz)
|
* **64-bit:** [sketchymaze-0.10.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-linux-64bit.tar.gz)
|
||||||
* **32-bit:** [sketchymaze-0.9.0-linux-32bit.tar.gz](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-linux-32bit.tar.gz)
|
* **32-bit:** [sketchymaze-0.10.0-linux-32bit.tar.gz](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-linux-32bit.tar.gz)
|
||||||
* **ARM aarch64:** [sketchymaze-0.9.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.9.0/sketchymaze-0.9.0-linux-aarch64.tar.gz)
|
* **ARM aarch64:** [sketchymaze-0.10.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-linux-aarch64.tar.gz)
|
||||||
|
|
||||||
For the daring, Sketchy Maze _almost_ works on the Pinephone. Try the aarch64
|
For the daring, Sketchy Maze _almost_ works on the Pinephone. Try the aarch64
|
||||||
version of the tarball, built on Mobian on Pinephone.
|
version of the tarball, built on Mobian on Pinephone.
|
||||||
|
@ -97,110 +104,7 @@ version of the tarball, built on Mobian on Pinephone.
|
||||||
|
|
||||||
# Previous Releases
|
# Previous Releases
|
||||||
|
|
||||||
## v0.8.1 (Sept 12, 2021)
|
For older versions of Sketchy Maze please browse the [releases site](https://download.sketchymaze.com/release/).
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit: [sketchymaze-0.8.1-windows-64bit.zip](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel):
|
|
||||||
* Sketchy Maze.app: [sketchymaze-0.8.1-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-macOS-x64.dmg) (32 MB)
|
|
||||||
* Zip file: [sketchymaze-0.8.1-macOS-x64.zip](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-macos-x64.zip) (22 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): [sketchymaze-0.8.1.flatpak](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1.flatpak) (13 MB)
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.8.1-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.8.1/sketchy-maze-0.8.1-1.x86_64.rpm) (21 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.8.1_amd64.deb](https://download.sketchymaze.com/release/v0.8.1/sketchy-maze_0.8.1_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchymaze-0.8.1-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-linux-64bit.tar.gz)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: [sketchymaze-0.8.1-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-linux-aarch64.tar.gz)
|
|
||||||
|
|
||||||
## v0.8.0 (Sept 4, 2021)
|
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit: [sketchymaze-0.8.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel):
|
|
||||||
* Sketchy Maze.app: [sketchymaze-0.8.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-macOS-x64.dmg) (32 MB)
|
|
||||||
* Zip file: [sketchymaze-0.8.0-macOS-x64.zip](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-macos-x64.zip) (22 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): [sketchymaze-0.8.0.flatpak](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0.flatpak) (13 MB)
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.8.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.8.0/sketchy-maze-0.8.0-1.x86_64.rpm) (21 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.8.0_amd64.deb](https://download.sketchymaze.com/release/v0.8.0/sketchy-maze_0.8.0_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchymaze-0.8.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-linux-64bit.tar.gz)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: [sketchymaze-0.8.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-linux-aarch64.tar.gz)
|
|
||||||
|
|
||||||
## v0.7.2 (July 19, 2021)
|
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit: [sketchymaze-0.7.2-windows-64bit.zip](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel):
|
|
||||||
* Sketchy Maze.app: [sketchymaze-0.7.2-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-macOS-x64.dmg) (32 MB)
|
|
||||||
* Zip file: [sketchymaze-0.7.2-macOS-x64.zip](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-macos-x64.zip) (22 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): [sketchymaze-0.7.2.flatpak](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2.flatpak) (13 MB)
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.7.2-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.7.2/sketchy-maze-0.7.2-1.x86_64.rpm) (21 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.7.2_amd64.deb](https://download.sketchymaze.com/release/v0.7.2/sketchy-maze_0.7.2_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchymaze-0.7.2-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-linux-64bit.tar.gz)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: ~~[sketchymaze-0.7.2-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-linux-aarch64.tar.gz)~~
|
|
||||||
|
|
||||||
## v0.7.1 (July 11, 2021)
|
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit: [sketchymaze-0.7.1-windows-64bit.zip](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel):
|
|
||||||
* Sketchy Maze.app: [sketchymaze-0.7.1-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-macOS-x64.dmg) (32 MB)
|
|
||||||
* Zip file: [sketchymaze-0.7.1-macOS-x64.zip](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-macOS-x64.zip) (22 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): ~~[sketchymaze-0.7.1.flatpak](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1.flatpak) (9.3 MB)~~
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.7.1-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.7.1/sketchy-maze-0.7.1-1.x86_64.rpm) (21 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.7.1_amd64.deb](https://download.sketchymaze.com/release/v0.7.1/sketchy-maze_0.7.1_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchymaze-0.7.1-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-linux-64bit.tar.gz)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: ~~[sketchymaze-0.7.1-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-linux-aarch64.tar.gz)~~
|
|
||||||
|
|
||||||
## v0.7.0 (June 20, 2021)
|
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit: [sketchymaze-0.7.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel):
|
|
||||||
* Sketchy Maze.app: [sketchymaze-0.7.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0-macOS-x64.dmg) (32 MB)
|
|
||||||
* Zip file: [sketchymaze-0.7.0-macOS-x64.zip](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0-macOS-x64.zip) (22 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): [sketchymaze-0.7.0.flatpak](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0.flatpak) (9.3 MB)
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.7.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.7.0/sketchy-maze-0.7.0-1.x86_64.rpm) (21 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.7.0_amd64.deb](https://download.sketchymaze.com/release/v0.7.0/sketchy-maze_0.7.0_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchymaze-0.7.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0-linux-64bit.tar.gz)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: [sketchymaze-0.7.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0-linux-aarch64.tar.gz)
|
|
||||||
|
|
||||||
## v0.6.0-alpha (June 6, 2021)
|
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit: [sketchymaze-0.6.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.6.0/sketchymaze-0.6.0-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel):
|
|
||||||
* Sketchy Maze.app: [sketchymaze-0.6.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.6.0/sketchymaze-0.6.0-macOS-x64.dmg) (32 MB)
|
|
||||||
* Zip file: [sketchymaze-0.6.0-macOS-x64.zip](https://download.sketchymaze.com/release/v0.6.0/sketchymaze-0.6.0-macOS-x64.zip) (22 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): [sketchymaze-0.6.0.flatpak](https://download.sketchymaze.com/release/v0.6.0/sketchymaze-0.6.0.flatpak) (9.3 MB)
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.6.0_alpha-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.6.0/sketchy-maze-0.6.0_alpha-1.x86_64.rpm) (21 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.6.0-alpha_amd64.deb](https://download.sketchymaze.com/release/v0.6.0/sketchy-maze_0.6.0-alpha_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchymaze-0.6.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.6.0/sketchymaze-0.6.0-linux-64bit.tar.gz)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: [sketchymaze-0.6.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.6.0/sketchymaze-0.6.0-linux-aarch64.tar.gz)
|
|
||||||
|
|
||||||
## v0.5.0-alpha (March 31, 2021)
|
|
||||||
|
|
||||||
* Windows:
|
|
||||||
* 64-bit x86: [sketchy-maze-0.5.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze-0.5.0-windows-64bit.zip) (23 MB)
|
|
||||||
* Mac OS (Intel)
|
|
||||||
* Sketchy Maze.app: [sketchy-maze-0.5.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze-0.5.0-macOS-x64.dmg) (23 MB)
|
|
||||||
* Zip file: [doodle-0.5.0-macOS-64bit.zip](https://download.sketchymaze.com/release/v0.5.0/doodle-0.5.0-macOS-64bit.zip) (21 MB)
|
|
||||||
* Linux (64-bit Intel and AMD PCs)
|
|
||||||
* Flatpak (manual install): [sketchy-maze-0.5.0.flatpak](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze-0.5.0.flatpak) (11 MB)
|
|
||||||
* .rpm (Fedora-likes): [sketchy-maze-0.5.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze-0.5.0-1.x86_64.rpm) (20 MB)
|
|
||||||
* .deb (Debian and Ubuntu): [sketchy-maze_0.5.0_amd64.deb](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze_0.5.0_amd64.deb) (21 MB)
|
|
||||||
* Tarball: [sketchy-maze-0.5.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze-0.5.0-linux-64bit.tar.gz) (21 MB)
|
|
||||||
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
|
|
||||||
* Tarball: [sketchy-maze-0.5.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.5.0/sketchy-maze-0.5.0-linux-aarch64.tar.gz) (21 MB)
|
|
||||||
|
|
||||||
## Project: Doodle v0.4.0 and Older
|
## Project: Doodle v0.4.0 and Older
|
||||||
|
|
||||||
|
|
44
content/posts/release-v0.10.0.md
Normal file
44
content/posts/release-v0.10.0.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
---
|
||||||
|
title: "Sketchy Maze v0.10.0 Released"
|
||||||
|
date: 2021-12-31T13:18:18-08:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
A new version of Sketchy Maze has been released!
|
||||||
|
|
||||||
|
![Screenshot](/images/v0.10.0-title.png)
|
||||||
|
|
||||||
|
Some new features of this release include:
|
||||||
|
|
||||||
|
## Level Packs
|
||||||
|
|
||||||
|
Players can create their own Level Packs which are _collections_ of levels
|
||||||
|
that are played in series. The game's built-in levels have also been
|
||||||
|
grouped into a couple of Level Packs.
|
||||||
|
|
||||||
|
You may "Edit" a level from a Level Pack and remix it or learn from it
|
||||||
|
without affecting the original level data.
|
||||||
|
|
||||||
|
## Other Changes
|
||||||
|
|
||||||
|
* **Crosshair option:** in the Level Editor you can have a large crosshair
|
||||||
|
drawn at your mouse cursor to help align things up when designing your
|
||||||
|
levels!
|
||||||
|
* **Smaller Palette buttons:** the color swatches on your Palette now
|
||||||
|
display with two to a row for a more condensed layout that supports
|
||||||
|
more colors per level!
|
||||||
|
* **Doodad AI update (Bird):** the Bird now returns to its original
|
||||||
|
altitude when flying in case it had flown into a ramp that changed
|
||||||
|
its altitude.
|
||||||
|
* **Responsive UI updates for mobile:** the Title Screen and the
|
||||||
|
Play/Edit Drawing screens work better on narrow screen sizes.
|
||||||
|
* The app window gets a custom icon.
|
||||||
|
* Bugfix: Undo/Redo works in the Doodad Editor.
|
||||||
|
* Bugfix: Fix a crash when creating a new Doodad (v0.9.0 regression)
|
||||||
|
* Bugfix: Alert and Confirm modals re-center themselves on your window
|
||||||
|
which especially helps with mobile when you switch from a portrait to
|
||||||
|
landscape orientation.
|
||||||
|
|
||||||
|
## Check it out!
|
||||||
|
|
||||||
|
You can download the latest release **[here](/download)**, free for all
|
||||||
|
desktop operating systems (Linux, Windows, Mac OS) and Linux smartphones!
|
BIN
static/images/v0.10.0-title.png
Normal file
BIN
static/images/v0.10.0-title.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue
Block a user