MyGame
Just a game in the terminal
Requirements
go 1.20
Installation
Docker
docker run -ti artemiy88/mygame
Snap
sudo snap install --beta piupiu
Usage
piupiu
GO
Make sure the Go executables directory ($GOPATH/bin) is added to your PATH environment variable. You can achieve this using the following command:
export PATH=$PATH:$(go env GOPATH)/bin
and then
go install github.com/14Artemiy88/MyGame@latest
Usage
Mygame