Download Latest Version NumbersTD (Windows).exe (49.9 MB)
Email in envelope

Get an email when there's a new version of numberstowerdefense

Home
Name Modified Size InfoDownloads / Week
linux 2026-05-05
NumbersTD (Windows).exe 2026-03-19 49.9 MB
go.sum 2026-03-19 7.3 kB
go.mod 2026-03-19 1.7 kB
main.go 2026-03-19 6.4 kB
README.txt 2026-03-19 435 Bytes
Totals: 6 Items   49.9 MB 0
go mod init numbers-td
go get fyne.io/fyne/v2@v2.7.3  
go env -w CGO_ENABLED=1 /*install Win64 from www.winlibs.com, extract to C:/mingw, add this to path, C:\mingw\mingw64\bin ...restart terminal*/
go mod tidy /*run again if go run main.go has errors*/
go clean -cache
go run main.go /*if this doesn't work, go build -v -x -o NumbersTD.exe main.go, which because of OpenGL can take up to 15 minutes as far as the beginning goes*/
Source: README.txt, updated 2026-03-19