Categorygithub.com/FloppyPunk/fp93
repositorypackage
0.0.0-20210323015621-031a75bc39ae
Repository: https://github.com/floppypunk/fp93.git
Documentation: pkg.go.dev

# README

fp93

Floppy Punk 2193

The base TUI upon which to build FloppyPunk games and supplements; a cross-platform binary written in Go and leveraging the tvwiew library.

The total size of this binary after packing with upx cannot exceed one megabyte; any larger and it must be trimmed.

Build & Pack

# Will build for your machine first; in this case, on windows
# (drop the exe on *nix systems)
go build -ldflags="-s -w" .\fp93.go
upx .\fp93.exe