kjirou / tower-of-go

A tiny maze game that runs on the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny maze game that runs on the terminal.

License:MIT License


Languages

Language:Go 99.7%Language:Makefile 0.3%