A tiny maze game that runs on the terminal.
// Golang < 1.16
go get github.com/kjirou/tower-of-go
go install github.com/kjirou/tower-of-go
// Golang >= 1.16
go install github.com/kjirou/tower-of-go@latest
Then launch the application.
tower-of-go
A tiny maze game that runs on the terminal.
// Golang < 1.16
go get github.com/kjirou/tower-of-go
go install github.com/kjirou/tower-of-go
// Golang >= 1.16
go install github.com/kjirou/tower-of-go@latest
Then launch the application.
tower-of-go