2048-in-terminal

Animated console version of the 2048 game

  • Owner: alewmoose/2048-in-terminal
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Owneralewmoose/2048-in-terminal
Primary LanguageC
Program languageC (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2014-09-28 15:00:41
Pushed At2023-04-05 03:53:26
Last Commit At2022-06-13 19:57:08
Release Count0
用户参与
Stargazers Count155
Watchers Count7
Fork Count24
Commits Count99
Has Issues Enabled
Issues Count4
Issue Open Count1
Pull Requests Count3
Pull Requests Open Count0
Pull Requests Close Count3
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private