
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-in-terminal is a terminal-based clone of 2048 written in C for Linux, using the ncurses library to draw the game board in the terminal.
Getting started
It's built from source with GNU Make (a C compiler, pkg-config, and the ncurses library and its development files are required), then installed system-wide with a make install step, or to a custom location by overriding the install prefix.