fzipp / gg

A set of command line tools and Go packages to work with Thimbleweed Park data files.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link
ggpack go golang rtmi thimbleweed-park wimpy yack

gg

PkgGoDev Build Status Go Report Card

A set of command line tools and Go packages to work with Thimbleweed Park data files.

The project name "gg" was chosen, because the names of some of these formats start with those two letters, e.g. "ggpack" or "GGDictionary". They were conceived by Grumpy Gamer (Ron Gilbert). This project is not related to him or Terrible Toybox, Inc.

Command line tools

Installation

Either download binaries for your operating system from the latest release or build from source with Go:

go install github.com/fzipp/gg/cmd/ggpack@latest
go install github.com/fzipp/gg/cmd/ggdict@latest
go install github.com/fzipp/gg/cmd/retext@latest
go install github.com/fzipp/gg/cmd/nutfmt@latest
go install github.com/fzipp/gg/cmd/yack@latest
go install github.com/fzipp/gg/cmd/ggsavegame@latest

Go packages

Related, but independent packages:

Related Work

Projects by other people with similar objectives:

License

This project is free and open source software licensed under the BSD 3-Clause License.