st-term — author terminal games in Forth

Write Forth terminal games in a browser studio, run them on a character-grid canvas, and share them with other players. SSH multiplayer play is coming in a later phase — for now, open the studio and start authoring.

Open the Studio

Author in Forth

Write terminal games using a Forth dialect compiled to portable .term bytecode. The same language core as spriteCart — stack-based, minimal, and expressive for game logic.

Character-Grid Canvas

Games run on an 80×24 character grid in the browser. Full terminal HCALL table: move cursor, set color, print text, read keys, clear screen, and more.

SSH Play (coming soon)

A future phase will let players connect over SSH from their real terminal and run published carts. Author in the browser; play anywhere.