Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 645 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 645 Bytes

A Tower of Go

CircleCI

A tiny maze game that runs on the terminal.

💁‍♀️ Demo

A Tower of Go Demo

🚀 Installation

// 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

🔧 Development

Softwares that needs to be locally installed