> For the complete documentation index, see [llms.txt](https://grphc.gitbook.io/phlowyd-design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grphc.gitbook.io/phlowyd-design/portfolio/font-design/blocktrain.md).

# BlockTrain 🔒

Click the tabs to switch view between Block style and Hand style.

{% tabs %}
{% tab title="BlockTrain Block" %}

<figure><picture><source srcset="/files/5PURf93mFNlZ9bSFvtzh" media="(prefers-color-scheme: dark)"><img src="/files/KFq5Q1RuMWvdig7ThpIA" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}

{% tab title="BlockTrain Hand" %}

<figure><picture><source srcset="/files/l9cMyXqLZ75d63evzDgG" media="(prefers-color-scheme: dark)"><img src="/files/UHFHuptVimThiWVwFMkb" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Info

<table><thead><tr><th width="162">Name</th><th width="440">BlockTrain</th></tr></thead><tbody><tr><td>Version</td><td>1.47</td></tr><tr><td>Availability</td><td><em>Private commission for game design. May be released in the future, dependent on game developer's wishes.</em></td></tr><tr><td>Latest release</td><td>22nd March 2025</td></tr><tr><td>Inception</td><td>19th March 2025</td></tr><tr><td>Supported scripts</td><td>Latin, NewEng (partial), no diacritics. Basic punctuation &#x26; symbols. </td></tr><tr><td>Other glyphs</td><td><a data-footnote-ref href="#user-content-fn-1">Dozenal</a> glyphs (↊, ↋)</td></tr><tr><td>Issues</td><td>Lowercase vowels exist as diacritic marks only, and are placed over the previous character. When starting a word with a vowel, us the uppercase letter instead. This case could be handled with contextual alternates, but when I made this typeface, I wasn't familiar with implementing OpenType features.</td></tr><tr><td>GitHub</td><td><em>Not available for unlicensed usage.</em></td></tr><tr><td>Behance</td><td>-</td></tr><tr><td>Font sites</td><td><em>Not available for unlicensed usage.</em></td></tr></tbody></table>

## Alphabet

The two writing styles of the Block script overlaid for visual comparison:

<div data-full-width="false"><figure><picture><source srcset="/files/RsQbzW704rwcUTQa1aU1" media="(prefers-color-scheme: dark)"><img src="/files/b0O25IcmwlRfGvJ4KIcG" alt=""></picture><figcaption></figcaption></figure></div>

Details of how the alphabet was created are not included, partly because it's my own Secret Sauce, and partly because players of this game

## Numeral system

In black, the primary block-based numeral system.&#x20;

In red, the handwritten, pen-drawn numerals based upon the block form.

Numbers go up to 11. This is the dozenal[^2] system, base 12: 0 1 2 3 4 5 6 7 8 9 ↊ ↋.

<figure><img src="/files/QJLvbbhfn4Xvjen2DgIG" alt=""><figcaption></figcaption></figure>

Click the tabs to switch view between Block style and Hand style.

{% tabs %}
{% tab title="BlockTrain Block Numerals" %}

<figure><picture><source srcset="/files/9ToBcjRFd0RnHs5GtzNT" media="(prefers-color-scheme: dark)"><img src="/files/EP2M8M5vAyN29SH2gCG9" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}

{% tab title="BlockTrain Hand Numerals" %}

<figure><picture><source srcset="/files/kKD4NbV1JgkFIxSbyc6z" media="(prefers-color-scheme: dark)"><img src="/files/dVBKlntLANZyxQ0X15Kl" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Review from the client on Fiverr

<figure><img src="/files/8GYfWsBh6IaVp0TBANiq" alt=""><figcaption></figcaption></figure>

***

Read more reviews of my work in graphic design and other fields:

{% content-ref url="/spaces/4g2MHu9J8li31PmfpbWI/pages/JzkOwJqgcQrSkibFNuhS" %}
[Work Reviews](https://farran.gitbook.io/personal/work-reviews/sectors)
{% endcontent-ref %}

[^1]: Duodecimal — Base 12

[^2]: Also known as "duodecimal" but this name assumes that the foundation is "decimal", when actually it's not, "decimal" is just the currently chosen system. Thus we prefer to name the system independently of decimal, thus refer to it as "**dozenal**".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://grphc.gitbook.io/phlowyd-design/portfolio/font-design/blocktrain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
