Play 2048 in the Terminal with Bash 2048

Dmitri Popov

Productivity Sauce

Mar 28, 2014 GMT
Dmitri Popov

The 2048 game is as addictive as it is simple. Use the arrow keys to move tiles. When two tiles with the same number collide, they merge into a tile with the total value of the two collided tiles. For example, when two 32 tiles collide, they merge into a 64 tile. The purpose of the game is to reach the 2048 tile. It might sound simple, but it's far from it. Depending on your skills, a typical game takes 5-10 minutes to play, which makes it a perfect diversion for short breaks during the day.

To play the original game, you need a browser and an Internet connection. But if you want to play 2048 offline from the convenience of the command line, you'll appreciate the Bash shell implementation of the game. Clone the project's GitHub repository with the git clone https://github.com/mydzor/bash2048.git command, switch to the bash2048 directory in the terminal, and run the bash2048.sh script.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News