2048-in-terminal

Animated console version of the 2048 game

  • 所有者: alewmoose/2048-in-terminal
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者alewmoose/2048-in-terminal
主編程語言C
編程語言C (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2014-09-28 15:00:41
推送於2023-04-05 03:53:26
最后一次提交2022-06-13 19:57:08
發布數0
用户参与
星數155
關注者數7
派生數24
提交數99
已啟用問題?
問題數4
打開的問題數1
拉請求數3
打開的拉請求數0
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?