twenty48 icon indicating copy to clipboard operation
twenty48 copied to clipboard

2048 game on CLI

Results 1 twenty48 issues
Sort by recently updated
recently updated
newest added

``` > ~ > twenty48 -width=8 -height=8 panic: invalid argument goroutine 1 [running]: main.startGame(0x8, 0x8) /home/24G/go/src/github.com/alyyousuf7/twenty48/cmd/twenty48/game.go:13 +0x1bc main.main() /home/24G/go/src/github.com/alyyousuf7/twenty48/cmd/twenty48/main.go:28 +0x58 ``` ``` > ~ > go env GOARCH="amd64" GOBIN="" GOCACHE="/home/[user]/.cache/go-build"...