/tergame-2048

Terminal game: 2048

Primary LanguageGo

2048 Game in terminal

Now only support Linux and Mac.

You can use this game to practice hjkl operations in the vim editor.

Install

$ go install github.com/fioncat/tergame-2048@latest
$ tergame-2048 # Start game

Screenshot

Normal size

Big Size

$ ter2048 --size 8 --grow 2

Big Number

$ ter2048 --options 1024 --options 2048

You can try more options, see ter2048 -h.