2048 In Terminal Save

Animated console version of the 2048 game

Project README

2048-in-terminal

Terminal-based clone of the 2048 game

screen


Requirements

  • GNU Make
  • C compiler (GCC or Clang)
  • pkg-config
  • ncurses library
  • ncurses development files

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.

Open Source Agenda is not affiliated with "2048 In Terminal" Project. README Source: alewmoose/2048-in-terminal
Stars
143
Open Issues
0
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating