
About
2048 is a single-player sliding tile puzzle game written by Gabriele Cirulli and released in 2014, where the player slides numbered tiles on a grid to combine them into a tile numbered 2048. 2048-puzzle is a Bash implementation of 2048 for the Linux terminal, built on top of the existing bash2048 project by mydzor rather than written from scratch.
Getting started
It can be installed via an AUR package on Arch Linux, or built manually by downloading the source, running the included configure step, and then 'sudo make install'; it depends on Bash and the ASCII-board library, with figlet as an optional extra. Once installed, tiles are moved with the arrow keys.
Additional notes
- Provenance
- It is explicitly based on the existing bash2048 project by mydzor rather than an independent implementation.