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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?