ajhahn.de
← the-way-out commits

Commit

the-way-out

docs: the-way-out v1.0.3 — cross-repo nav design (FlashOS-style per-doc chrome)

Visual harmonisation slice of the v1.0.2 cross-project fingerprint pass.

Brings the-way-out's tracked-doc layout in line with FlashOS: both
README and CHANGELOG now ship a centred HTML title block (page title +
horizontal doc-nav bar), a `---` rule before the prose, and a bottom
Prev/Next navigation — identical in shape to FlashOS's per-page
template and to the eeco v2.0.2 slice that lands the same scaffolding
on every eeco doc.

The three portfolio repos (FlashOS, eeco, the-way-out) now read as one
body of work down to the per-page chrome — same badge row, same
header block, same Prev/Next footer.

No gameplay, save-file, or build-tooling changes — existing saves and
custom levels load as-is. VERSION + pyproject.toml bumped to 1.0.3.

ajhahnde · May 2026 · a23bd97057d7eae438aceca40d6e0511d0ab6246 · parent: c069d36 · view on GitHub →

modified CHANGELOG.md
@@ -1,4 +1,36 @@
# CHANGELOG
<div align="center">
<h1>Changelog</h1>
<p>
<a href="README.md"><b>README</b></a> ·
<b>Changelog</b>
</p>
</div>
---
## v1.0.3
Visual harmonisation slice of the cross-project fingerprint pass.
Brings the-way-out's tracked-doc layout in line with FlashOS — the
README and CHANGELOG now ship a centred HTML title block (page title +
doc nav-bar), a `---` divider before the prose, and a bottom
Prev/Next navigation, identical in shape to FlashOS's per-page
template. No gameplay, save-file, or build-tooling changes.
### Project
- **README header restructure.** Title, tagline, badge row, and
doc-nav bar now sit inside a centred `<div align="center">` block,
followed by `---` divider, then the content. Same layout
FlashOS uses on each of its tracked pages.
- **CHANGELOG nav header.** This file now opens with a matching
centred title block (`Changelog` H1 + README · Changelog nav-bar).
- **Bottom Prev/Next navigation** on README (`Next: Changelog →`) and
this file (`← Prev: README · Back to start (README) ↺`), modelled
on the per-doc footer in FlashOS.
## v1.0.2
@@ -626,3 +658,7 @@ Initial release.
- Shared theme across all screens (single palette and font set).
- Readable status and stat text; animated character-select preview.
---
[← Prev: README](README.md) · [Back to start (README) ↺](README.md)
modified README.md
@@ -1,22 +1,35 @@
# The Way Out
<div align="center">
<p align="center">
<a href="https://github.com/ajhahnde/the-way-out/actions/workflows/ci.yml"><img src="https://github.com/ajhahnde/the-way-out/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
<img src="https://img.shields.io/badge/version-v1.0.2-blue" alt="Version">
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
<img src="https://img.shields.io/badge/python-3.12+-orange" alt="Python 3.12+">
<img src="https://img.shields.io/badge/target-macOS-lightgrey" alt="macOS">
</p>
<h1>The Way Out</h1>
<h3>A top-down pixel-art escape-room shooter.</h3>
<p>
<a href="https://github.com/ajhahnde/the-way-out/actions/workflows/ci.yml"><img src="https://github.com/ajhahnde/the-way-out/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
<img src="https://img.shields.io/badge/version-v1.0.3-blue" alt="Version">
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
<img src="https://img.shields.io/badge/python-3.12+-orange" alt="Python 3.12+">
<img src="https://img.shields.io/badge/target-macOS-lightgrey" alt="macOS">
</p>
<p>
<b>README</b> ·
<a href="CHANGELOG.md"><b>Changelog</b></a>
</p>
A top-down pixel-art escape-room shooter. Pick a character, fight your
way through locked rooms, work the levers and pressure plates, and find
the way out.
</div>
---
<p align="center">
<img src="assets/screenshot.png" alt="The Way Out — character select" width="780">
</p>
The Way Out's main purpose is to test and develop [eeco](https://github.com/ajhahnde/eeco).
Pick a character, fight your way through locked rooms, work the levers
and pressure plates, and find the way out.
The Way Out's main purpose is to test and develop
[eeco](https://github.com/ajhahnde/eeco).
## Play
@@ -85,3 +98,7 @@ Apache License 2.0 — see [`LICENSE`](LICENSE).
- [FlashOS](https://github.com/ajhahnde/FlashOS) — AArch64 bare-metal kernel for the Raspberry Pi 4 Model B.
- [eeco](https://github.com/ajhahnde/eeco) — self-maintaining workflow ecosystem + no-AI-spend knowledge layer.
---
[Next: Changelog →](CHANGELOG.md)
modified VERSION
@@ -1 +1 @@
v1.0.2
v1.0.3
modified pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "the-way-out"
version = "1.0.2"
version = "1.0.3"
description = "A top-down pixel-art escape-room shooter."
readme = "README.md"
license = { text = "Apache-2.0" }