cli-2048

command module
v0.0.0-...-ef062cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2022 License: MIT Imports: 11 Imported by: 0

README

cli-2048

A better 2048 to play in the terminal!
Featuring high scores, game saving and resumption.

demo gif

Play ASAP

$ git clone https://github.com/Ekrekr/cli-2048.git ~/Documents
...
$ cd ~/cli-2048
$ go run cli-2048.go
$ go build cli-2048.go

Then either install the binary

$ sudo mv cli-2048 /usr/local/bin/2048

or set a launch alias (use .bashrc if you don't use zsh)

$ echo "alias 2048=~/Documents/cli-2048" >> ~/.zshrc
$ source ~/.zshrc

If you get file write errors, then you will need to give the built binary file read and write permissions

$ chmod a+x <path to binary>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL