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

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

Home / linux
Name Modified Size InfoDownloads / Week
Parent folder
ntd 2026-05-05 31.7 MB
go.mod 2026-05-05 1.7 kB
go.sum 2026-05-05 7.3 kB
main.go 2026-05-05 6.4 kB
Totals: 4 Items   31.7 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