Builder Guide

Forging Title Art

Use the CLI to generate FIGlet-based title banners and write them straight into your project's terminal-facing assets.

1 min read Tooling Loop cli figlet title-art workflow
A finished Ichiloto title screen rendered in the terminal.
Title art belongs inside the same fast loop as the rest of the project, not in a disconnected side process.

Ichiloto ships with a FIGlet-powered banner workflow so title screens and menu plaques can be regenerated from the CLI whenever the project identity evolves.

Start with the simplest form:

ichiloto generate:figlet "Moonfall Legend"

When you want the banner written directly into the current project, point it at the title asset:

ichiloto generate:figlet "Moonfall Legend" --output assets/Graphics/System/title.txt

You can stay with Ichiloto's curated house styles:

ichiloto generate:figlet "Moonfall Legend" --style epic

Or choose an exact FIGlet font when you want tighter control:

ichiloto generate:figlet "Moonfall Legend" --font slant
ichiloto generate:figlet --list-fonts

A title menu running in the terminal

This keeps title presentation inside the same working rhythm as maps, events, and playtesting. You can change the banner, launch the game, judge the feel, and reforge it again in a matter of seconds.