gomario icon indicating copy to clipboard operation
gomario copied to clipboard

Basic Golang text-mode Mario-like game

gomario

Basic Golang text-mode Mario-like game - My first Go program

Screenshot

Build & Run

  • Install go and set $GOPATH https://golang.org/doc/install
go get github.com/MarianoGappa/gomario
cd $GOPATH/src/github.com/MarianoGappa/gomario
go build .
./gomario