All Projects → alewmoose → 2048-in-terminal

alewmoose / 2048-in-terminal

Licence: MIT license
Animated console version of the 2048 game

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to 2048-in-terminal

Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+1730.47%)
Mutual labels:  ncurses
Joshuto
ranger-like terminal file manager written in Rust
Stars: ✭ 224 (+75%)
Mutual labels:  ncurses
rr-2048
2048 game in Reason React
Stars: ✭ 15 (-88.28%)
Mutual labels:  2048
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+10912.5%)
Mutual labels:  ncurses
Chkservice
Systemd units manager with ncurses, terminal interface
Stars: ✭ 219 (+71.09%)
Mutual labels:  ncurses
Fui
Add CLI & form interface to your program. Docs: https://docs.rs/fui
Stars: ✭ 244 (+90.63%)
Mutual labels:  ncurses
Tty Solitaire
Play solitaire in your terminal!
Stars: ✭ 178 (+39.06%)
Mutual labels:  ncurses
ncurses.cr
NCurses bindings for Crystal
Stars: ✭ 32 (-75%)
Mutual labels:  ncurses
Tmatrix
Terminal based replica of the digital rain from The Matrix.
Stars: ✭ 227 (+77.34%)
Mutual labels:  ncurses
todo list rust
Simple Ncurses Todo List ☑
Stars: ✭ 19 (-85.16%)
Mutual labels:  ncurses
Cursive
A Text User Interface library for the Rust programming language
Stars: ✭ 2,613 (+1941.41%)
Mutual labels:  ncurses
Viw
VI Worsened, a lightweight and fun VI clone.
Stars: ✭ 212 (+65.63%)
Mutual labels:  ncurses
Sc Im
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Stars: ✭ 3,081 (+2307.03%)
Mutual labels:  ncurses
Twterm
A full-featured TUI Twitter client
Stars: ✭ 186 (+45.31%)
Mutual labels:  ncurses
readline-and-ncurses
Example demonstrating combining of readline and ncurses
Stars: ✭ 50 (-60.94%)
Mutual labels:  ncurses
Pdcursesmod
Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model, modified and extended from the 'official' version
Stars: ✭ 182 (+42.19%)
Mutual labels:  ncurses
Ncpamixer
ncurses PulseAudio Mixer
Stars: ✭ 234 (+82.81%)
Mutual labels:  ncurses
bookwyrm
ncurses utility for downloading publicly available ebooks, plugin support
Stars: ✭ 31 (-75.78%)
Mutual labels:  ncurses
ncursesPac
ncurses pacman written in C++
Stars: ✭ 23 (-82.03%)
Mutual labels:  ncurses
NCURSES-Programming-HOWTO-examples
CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
Stars: ✭ 114 (-10.94%)
Mutual labels:  ncurses

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].