Release v0.7.2
This commit is contained in:
parent
2d4537a2cd
commit
0f458ab02e
|
@ -3,7 +3,7 @@ title: "Download"
|
|||
draft: false
|
||||
toc: true
|
||||
---
|
||||
# Latest Release: v0.7.1 (July 11, 2021)
|
||||
# Latest Release: v0.7.2 (July 19, 2021)
|
||||
|
||||
[Change History](/guidebook/changes.html)
|
||||
|
||||
|
@ -16,7 +16,7 @@ start the game.
|
|||
**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.
|
||||
|
||||
* **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)
|
||||
* **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)
|
||||
|
||||
[Let me know](https://www.kirsle.net/contact) if there is demand for a
|
||||
32-bit Windows build of this game.
|
||||
|
@ -35,8 +35,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)
|
||||
how to do this for your version of macOS.
|
||||
|
||||
* **Intel 64-bit 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 for Intel Macs:** [sketchymaze-0.7.1-macOS-x64.zip](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-macOS-x64.zip) (22 MB)
|
||||
* **Intel 64-bit 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 for Intel Macs:** [sketchymaze-0.7.2-macos-x64.zip](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-macos-x64.zip) (22 MB)
|
||||
|
||||
---
|
||||
|
||||
|
@ -48,7 +48,7 @@ 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,
|
||||
Debian and others.
|
||||
|
||||
* **64-bit:** [sketchymaze-0.7.0.flatpak](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0.flatpak) (9.3 MB)
|
||||
* **64-bit:** [sketchymaze-0.7.2.flatpak](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2.flatpak) (13.1 MB)
|
||||
|
||||
There is not a Flatpak repository for this game yet; inclusion on
|
||||
[Flathub](https://flathub.org/) or a custom Flatpak repository for easier
|
||||
|
@ -59,10 +59,10 @@ To install the Flatpak manually:
|
|||
```bash
|
||||
# Download the .flatpak package. NOTE: it's distributed as a stand-alone app
|
||||
# for now, a flatpak repo will be added at some point.
|
||||
$ wget https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0.flatpak
|
||||
$ wget https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2.flatpak
|
||||
|
||||
# Install the .flatpak package.
|
||||
$ flatpak install --user sketchymaze-0.7.0.flatpak
|
||||
$ flatpak install --user sketchymaze-0.7.2.flatpak
|
||||
|
||||
# Run it. There should also be a standard app launcher in your menu.
|
||||
$ flatpak run com.sketchymaze.Doodle
|
||||
|
@ -70,11 +70,11 @@ $ flatpak run com.sketchymaze.Doodle
|
|||
|
||||
### Fedora (.rpm)
|
||||
|
||||
* **64-bit:** [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)
|
||||
* **64-bit:** [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)
|
||||
|
||||
### Ubuntu & Debian (.deb)
|
||||
|
||||
* **64-bit:** [sketchy-maze_0.7.1_amd64.deb](https://download.sketchymaze.com/release/v0.7.1/sketchy-maze_0.7.1_amd64.deb) (21 MB)
|
||||
* **64-bit:** [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
|
||||
|
||||
|
@ -83,8 +83,8 @@ 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
|
||||
versions of SDL2 may not match your computer.
|
||||
|
||||
* **64-bit:** [sketchymaze-0.7.1-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.7.1/sketchymaze-0.7.1-linux-64bit.tar.gz)
|
||||
* **ARM aarch64:** [sketchymaze-0.7.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.7.0/sketchymaze-0.7.0-linux-aarch64.tar.gz)
|
||||
* **64-bit:** [sketchymaze-0.7.2-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-linux-64bit.tar.gz)
|
||||
* **ARM aarch64:** ~~[sketchymaze-0.7.2-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.7.2/sketchymaze-0.7.2-linux-aarch64.tar.gz)~~
|
||||
|
||||
For the daring, Sketchy Maze _almost_ works on the Pinephone. Try the aarch64
|
||||
version of the tarball, built on Mobian on Pinephone.
|
||||
|
@ -93,6 +93,21 @@ version of the tarball, built on Mobian on Pinephone.
|
|||
|
||||
# Previous Releases
|
||||
|
||||
## 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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Release v0.7.1"
|
||||
title: "Sketchy Maze v0.7.1 Released"
|
||||
date: 2021-07-11T14:56:35-07:00
|
||||
draft: false
|
||||
---
|
||||
|
|
44
content/posts/release-v0.7.2.md
Normal file
44
content/posts/release-v0.7.2.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
title: "Sketchy Maze v0.7.2 Released"
|
||||
date: 2021-07-19T22:38:54-07:00
|
||||
draft: false
|
||||
---
|
||||
A new version of _Sketchy Maze_ is released today that brings some new
|
||||
features and some new content.
|
||||
|
||||
![](/images/v0.7.2-pyramid.png)
|
||||
|
||||
Grab the latest version on the [Download](/download) page!
|
||||
|
||||
## New Levels
|
||||
|
||||
Two new levels are added in this release:
|
||||
|
||||
* Desert-1of2.level: a desert-themed level with platforming segments as you
|
||||
climb the outside of a pyramid.
|
||||
* Desert-2of2.level: inside the pyramid. This level is full of puzzles
|
||||
involving the new Box doodad.
|
||||
|
||||
These join the previous three Tutorial levels that earlier versions came with.
|
||||
|
||||
## New Doodad
|
||||
|
||||
![Box](/guidebook/images/doodads/box.gif)
|
||||
|
||||
The **Box** can be pushed left or right by the player character or other
|
||||
mobile doodads, and it is affected by gravity. It is taller than the
|
||||
player character, so can make a useful platform to reach a higher ledge.
|
||||
|
||||
## Other Changes
|
||||
|
||||
* New brush pattern: Perlin Noise
|
||||
* New default color for the Colored Pencil palette: Sandstone (solid) - uses
|
||||
the Perlin Noise pattern.
|
||||
* Scroll the editor window _slowly_ by holding the Shift key.
|
||||
* The Doodads window is now opened by the `Q` key instead of `D` in the level
|
||||
editor.
|
||||
* The WASD keys can scroll the level editor in addition to the arrow keys.
|
||||
* Levels and Doodad files get compressed for a filesize savings of ~84% on
|
||||
average! Tutorial 2.level shrank from 2.2M to 414K.
|
||||
|
||||
See the [Change Log](/guidebook/changes.html) for the rest.
|
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 109 KiB |
BIN
static/images/v0.7.2-pyramid.png
Normal file
BIN
static/images/v0.7.2-pyramid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
BIN
static/images/v0.7.2-title.png
Normal file
BIN
static/images/v0.7.2-title.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -12,7 +12,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<img src="https://www.sketchymaze.com/guidebook/images/main-menu.png" class="center">
|
||||
<img src="/images/v0.7.2-title.png" class="center">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -27,11 +27,11 @@
|
|||
|
||||
<hr>
|
||||
|
||||
{{ range first 2 .Site.Pages.ByPublishDate.Reverse }}
|
||||
<h1><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
|
||||
{{ partial "metadata.html" . }}
|
||||
<div>{{ .Content }}</div>
|
||||
{{ range first 3 .Site.Pages.ByPublishDate.Reverse }}
|
||||
<h1><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
|
||||
{{ partial "metadata.html" . }}
|
||||
<div>{{ .Content }}</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user