{{tag>type:source_port stub}} ====== zztgo ====== This article is a stub. zztgo is a proof-of-concept source port of ZZT 3.2 (via the Reconstruction of ZZT) to the Go programming language created by Ben Hoyt in May 2020. It runs in the terminal, and the source code is available under the terms of the MIT license. It is notable in that it was developed in a semi-automated way - by writing a tool which can translate a subset of Turbo Pascal-compliant code to Go called pas2go. ===== Links ===== * [[https://benhoyt.com/writings/zzt-in-go/|Post-mortem blog post]] * [[https://github.com/benhoyt/zztgo|Source code]] * [[https://github.com/benhoyt/pas2go|Source code (pas2go converter)]]