alewmoose / 2048-in-terminal

Animated console version of the 2048 game
MIT License
149 stars 25 forks source link
2048 c cli game ncurses

2048-in-terminal

Terminal-based clone of the 2048 game

screen


Requirements


Build

Build using default parameters:

make

Or build with parameters, e.g.:

make CC=clang NCURSES_LIB=ncursesw EXE=2048


Install

Install to default location (/usr/local/bin/):

sudo make install

Alter the PREFIX parameter to install to <PREFIX>/bin, e.g.:

make install PREFIX=~/.local

Uninstall

Run make uninstall. Specify PREFIX if you did so during installation.